Html Css Color HEX #C40B29 Fire Engine Red

📋 copy color: '#C40B29'

red 196 ◦ green 11 ◦ blue 41

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

Shades of Fire Engine Red #C40B29

Tints of Fire Engine Red #C40B29

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.44%

 BLUE value IS 41 (16.41% from 255) = 16.53%

R = 79.03%
G = 4.44%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C40B29 (or 0xC40B29) is known color: Fire Engine Red. HEX triplet: C4, 0B and 29. RGB value is (196,11,41). Sum of RGB (Red+Green+Blue) = 196+11+41=248 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.03% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40B29 is #3BF4D6. Grayscale: #454545. Windows color (decimal): -3929303 or 2689988. OLE color: 2689988.

HSL color Cylindrical-coordinate representation of color #C40B29: hue angle of 350.27º degrees, saturation: 0.89, 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 #C40B29 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 11 41 -
CMYK 0 0.94 0.79 0.23
HSL 350.27º 0.89% 0.41% -
HSV(B) 350.27º 0.94% 0.77% -
XYZ 23.28 12.14 3.21 -
YUV 69.74 111.79 218.06 -
System Red Green Blue C M Y K H S L
Decimal 196 11 41 0 0.94 0.79 0.23 350.27 0.89 0.41
Hex C4 B 29 0 5E 4F 17 15E 59 29
Octal 304 13 51 0 136 117 27 536 131 51
Binary 11000100 1011 101001 0 1011110 1001111 10111 101011110 1011001 101001

Color Harmonies of #C40B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40B29

Black with #C40B29

Text Example


Text Example

White with #C40B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40B29; }

 p { color: rgb(196,11,41); }

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

background-color css

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

 a { background-color: rgb(196,11,41); }

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

border-color css

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

 span { border-color: rgb(196,11,41); }

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