Html Css Color HEX #C40D23 Fire Engine Red

📋 copy color: '#C40D23'

red 196 ◦ green 13 ◦ blue 35

#C40D23
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #C40D23

Tints of Fire Engine Red #C40D23

RGB

 RED value IS 196 (76.95% from 255) = 80.33%

 GREEN value IS 13 (5.47% from 255) = 5.33%

 BLUE value IS 35 (14.06% from 255) = 14.34%

R = 80.33%
G = 5.33%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C40D23 (or 0xC40D23) is known color: Fire Engine Red. HEX triplet: C4, 0D and 23. RGB value is (196,13,35). Sum of RGB (Red+Green+Blue) = 196+13+35=244 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.33% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40D23 is #3BF2DC. Grayscale: #464646. Windows color (decimal): -3928797 or 2297284. OLE color: 2297284.

HSL color Cylindrical-coordinate representation of color #C40D23: hue angle of 352.79º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40D23 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 13 35 -
CMYK 0 0.93 0.82 0.23
HSL 352.79º 0.88% 0.41% -
HSV(B) 352.79º 0.93% 0.77% -
XYZ 23.21 12.14 2.71 -
YUV 70.23 108.13 217.71 -
System Red Green Blue C M Y K H S L
Decimal 196 13 35 0 0.93 0.82 0.23 352.79 0.88 0.41
Hex C4 D 23 0 5D 52 17 161 58 29
Octal 304 15 43 0 135 122 27 541 130 51
Binary 11000100 1101 100011 0 1011101 1010010 10111 101100001 1011000 101001

Color Harmonies of #C40D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40D23

Black with #C40D23

Text Example


Text Example

White with #C40D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40D23; }

 p { color: rgb(196,13,35); }

 H1.HeaderClassName
 {
   color: #C40D23;
 }
 .AnyTagClassName
 {
   color: #C40D23;
 }
</style>

background-color css

<style>
 a { background-color: #C40D23; }

 a { background-color: rgb(196,13,35); }

 div.DivClassName
 {
   background-color: #C40D23;
 }
 .BgClassName
 {
   background-color: #C40D23;
 }
</style>

border-color css

<style>
 span { border-color: #C40D23; }

 span { border-color: rgb(196,13,35); }

 td.TdClassName
 {
   border-color: #C40D23;
 }
 .TagClassName
 {
   border-color: #C40D23;
 }
</style>