Html Css Color HEX #C40A2C Fire Engine Red

📋 copy color: '#C40A2C'

red 196 ◦ green 10 ◦ blue 44

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

Shades of Fire Engine Red #C40A2C

Tints of Fire Engine Red #C40A2C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4%

 BLUE value IS 44 (17.58% from 255) = 17.6%

R = 78.4%
G = 4%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C40A2C (or 0xC40A2C) is known color: Fire Engine Red. HEX triplet: C4, 0A and 2C. RGB value is (196,10,44). Sum of RGB (Red+Green+Blue) = 196+10+44=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40A2C is #3BF5D3. Grayscale: #454545. Windows color (decimal): -3929556 or 2886340. OLE color: 2886340.

HSL color Cylindrical-coordinate representation of color #C40A2C: hue angle of 349.03º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40A2C is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 10 44 -
CMYK 0 0.95 0.78 0.23
HSL 349.03º 0.9% 0.4% -
HSV(B) 349.03º 0.95% 0.77% -
XYZ 23.33 12.13 3.5 -
YUV 69.49 113.62 218.24 -
System Red Green Blue C M Y K H S L
Decimal 196 10 44 0 0.95 0.78 0.23 349.03 0.9 0.4
Hex C4 A 2C 0 5F 4E 17 15D 5A 28
Octal 304 12 54 0 137 116 27 535 132 50
Binary 11000100 1010 101100 0 1011111 1001110 10111 101011101 1011010 101000

Color Harmonies of #C40A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40A2C

Black with #C40A2C

Text Example


Text Example

White with #C40A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40A2C; }

 p { color: rgb(196,10,44); }

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

background-color css

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

 a { background-color: rgb(196,10,44); }

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

border-color css

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

 span { border-color: rgb(196,10,44); }

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