color codes Logo

#c4010d color codes

#C4010D
(196,1,13)
0 Favorites   0 Comments

Color spaces of #c4010d

RGB 196113
HSL0.990.990.39
HSV356°99°77°
CMYK 0.000.990.93   0.23
XYZ22.848511.78651.4515
Yxy11.78650.63320.3266
Hunter Lab34.331558.716421.5253
CIE-Lab40.874865.742350.6377

#c4010d color RGB value is (196,1,13).

#c4010d hex color red value is 196, green value is 1 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #c4010d hue: 0.99 , saturation: 0.99 and the lightness value of c4010d is 0.39.

The process color (four color CMYK) of #c4010d color code is 0.00, 0.99, 0.93, 0.23. Web safe color of #c4010d is #cc0000. Color #c4010d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000001 00001101
Octal 304 1 15
Decimal 196 1 13
Hex C4 1 D

RGB Percentages of Color #c4010d

%93.33
%0.48
%6.19

CMYK Percentages of Color #c4010d

%0
%99
%93
%23

Triadic Colors of #c4010d

#c4010d #0dc401 #010dc4

Analogous Colors of #c4010d

#c4010d #c45601 #c4016f

Monochromatic Colors of #c4010d

#c4010d

Complementary Color

#c4010d #01c4b8

#c4010d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4010d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4010d Color CSS Codes

.mybgcolor {background-color:#c4010d; } 
.myforecolor {color:#c4010d; }
.mybordercolor {border:3px solid #c4010d; }

#c4010d Text Font Color

<p style="color:#c4010d">Text here</p>

This sample text font color is #c4010d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c4010d Background Color

<div style="background-color:#c4010d">
Div content here</div>

This div background color is #c4010d


#c4010d Border Color

<div style="border:3px solid #c4010d">
Div here</div>

This div border color is #c4010d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,1,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4010d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4010d;
  -webkit-box-shadow: 1px 1px 3px 2px #c4010d;
  box-shadow:         1px 1px 3px 2px #c4010d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,1,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c4010d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c4010d;
  -webkit-box-shadow: 1px 1px 3px 2px #c4010d;
  box-shadow:         1px 1px 3px 2px #c4010d;">
Div content here</div>

This div box has shadow with color #c4010d


Comments

No comments written yet.

Please login to write comment.