Html Css Color HEX #C40D22 Fire Engine Red

📋 copy color: '#C40D22'

red 196 ◦ green 13 ◦ blue 34

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

Shades of Fire Engine Red #C40D22

Tints of Fire Engine Red #C40D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.99%

R = 80.66%
G = 5.35%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C40D22 (or 0xC40D22) is known color: Fire Engine Red. HEX triplet: C4, 0D and 22. RGB value is (196,13,34). Sum of RGB (Red+Green+Blue) = 196+13+34=243 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.66% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D22 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40D22 is #3BF2DD. Grayscale: #464646. Windows color (decimal): -3928798 or 2231748. OLE color: 2231748.

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

Color convert

RGB 196 13 34 -
CMYK 0 0.93 0.83 0.23
HSL 353.11º 0.88% 0.41% -
HSV(B) 353.11º 0.93% 0.77% -
XYZ 23.2 12.14 2.63 -
YUV 70.11 107.63 217.79 -
System Red Green Blue C M Y K H S L
Decimal 196 13 34 0 0.93 0.83 0.23 353.11 0.88 0.41
Hex C4 D 22 0 5D 53 17 161 58 29
Octal 304 15 42 0 135 123 27 541 130 51
Binary 11000100 1101 100010 0 1011101 1010011 10111 101100001 1011000 101001

Color Harmonies of #C40D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40D22

Black with #C40D22

Text Example


Text Example

White with #C40D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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