Html Css Color HEX #C40D24 Fire Engine Red

📋 copy color: '#C40D24'

red 196 ◦ green 13 ◦ blue 36

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

Shades of Fire Engine Red #C40D24

Tints of Fire Engine Red #C40D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.69%

R = 80%
G = 5.31%
B = 14.69%

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

#C40D24 (or 0xC40D24) is known color: Fire Engine Red. HEX triplet: C4, 0D and 24. RGB value is (196,13,36). Sum of RGB (Red+Green+Blue) = 196+13+36=245 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40D24 is #3BF2DB. Grayscale: #464646. Windows color (decimal): -3928796 or 2362820. OLE color: 2362820.

HSL color Cylindrical-coordinate representation of color #C40D24: hue angle of 352.46º 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 #C40D24 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 13 36 -
CMYK 0 0.93 0.82 0.23
HSL 352.46º 0.88% 0.41% -
HSV(B) 352.46º 0.93% 0.77% -
XYZ 23.23 12.15 2.79 -
YUV 70.34 108.63 217.63 -
System Red Green Blue C M Y K H S L
Decimal 196 13 36 0 0.93 0.82 0.23 352.46 0.88 0.41
Hex C4 D 24 0 5D 52 17 160 58 29
Octal 304 15 44 0 135 122 27 540 130 51
Binary 11000100 1101 100100 0 1011101 1010010 10111 101100000 1011000 101001

Color Harmonies of #C40D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40D24

Black with #C40D24

Text Example


Text Example

White with #C40D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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