Html Css Color HEX #C40C2C Fire Engine Red

📋 copy color: '#C40C2C'

red 196 ◦ green 12 ◦ blue 44

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

Shades of Fire Engine Red #C40C2C

Tints of Fire Engine Red #C40C2C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.76%

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

R = 77.78%
G = 4.76%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C40C2C (or 0xC40C2C) is known color: Fire Engine Red. HEX triplet: C4, 0C and 2C. RGB value is (196,12,44). Sum of RGB (Red+Green+Blue) = 196+12+44=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40C2C is #3BF3D3. Grayscale: #464646. Windows color (decimal): -3929044 or 2886852. OLE color: 2886852.

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

Color convert

RGB 196 12 44 -
CMYK 0 0.94 0.78 0.23
HSL 349.57º 0.88% 0.41% -
HSV(B) 349.57º 0.94% 0.77% -
XYZ 23.35 12.18 3.5 -
YUV 70.66 112.96 217.4 -
System Red Green Blue C M Y K H S L
Decimal 196 12 44 0 0.94 0.78 0.23 349.57 0.88 0.41
Hex C4 C 2C 0 5E 4E 17 15E 58 29
Octal 304 14 54 0 136 116 27 536 130 51
Binary 11000100 1100 101100 0 1011110 1001110 10111 101011110 1011000 101001

Color Harmonies of #C40C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40C2C

Black with #C40C2C

Text Example


Text Example

White with #C40C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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