Html Css Color HEX #C41229 Fire Engine Red

📋 copy color: '#C41229'

red 196 ◦ green 18 ◦ blue 41

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

Shades of Fire Engine Red #C41229

Tints of Fire Engine Red #C41229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.06%

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

R = 76.86%
G = 7.06%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C41229 (or 0xC41229) is known color: Fire Engine Red. HEX triplet: C4, 12 and 29. RGB value is (196,18,41). Sum of RGB (Red+Green+Blue) = 196+18+41=255 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.86% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 196 - color contains mainly: red. Hex color #C41229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41229 is #3BEDD6. Grayscale: #494949. Windows color (decimal): -3927511 or 2691780. OLE color: 2691780.

HSL color Cylindrical-coordinate representation of color #C41229: hue angle of 352.25º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41229 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 18 41 -
CMYK 0 0.91 0.79 0.23
HSL 352.25º 0.83% 0.42% -
HSV(B) 352.25º 0.91% 0.77% -
XYZ 23.38 12.33 3.25 -
YUV 73.84 109.47 215.13 -
System Red Green Blue C M Y K H S L
Decimal 196 18 41 0 0.91 0.79 0.23 352.25 0.83 0.42
Hex C4 12 29 0 5B 4F 17 160 53 2A
Octal 304 22 51 0 133 117 27 540 123 52
Binary 11000100 10010 101001 0 1011011 1001111 10111 101100000 1010011 101010

Color Harmonies of #C41229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41229

Black with #C41229

Text Example


Text Example

White with #C41229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41229; }

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

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

background-color css

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

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

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

border-color css

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

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

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