Html Css Color HEX #C41129 Fire Engine Red

📋 copy color: '#C41129'

red 196 ◦ green 17 ◦ blue 41

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

Shades of Fire Engine Red #C41129

Tints of Fire Engine Red #C41129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.69%

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

R = 77.17%
G = 6.69%
B = 16.14%

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

#C41129 (or 0xC41129) is known color: Fire Engine Red. HEX triplet: C4, 11 and 29. RGB value is (196,17,41). Sum of RGB (Red+Green+Blue) = 196+17+41=254 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.17% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 196 - color contains mainly: red. Hex color #C41129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41129 is #3BEED6. Grayscale: #494949. Windows color (decimal): -3927767 or 2691524. OLE color: 2691524.

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

Color convert

RGB 196 17 41 -
CMYK 0 0.91 0.79 0.23
HSL 351.96º 0.84% 0.42% -
HSV(B) 351.96º 0.91% 0.77% -
XYZ 23.37 12.3 3.24 -
YUV 73.26 109.8 215.55 -
System Red Green Blue C M Y K H S L
Decimal 196 17 41 0 0.91 0.79 0.23 351.96 0.84 0.42
Hex C4 11 29 0 5B 4F 17 160 54 2A
Octal 304 21 51 0 133 117 27 540 124 52
Binary 11000100 10001 101001 0 1011011 1001111 10111 101100000 1010100 101010

Color Harmonies of #C41129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41129

Black with #C41129

Text Example


Text Example

White with #C41129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41129; }

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

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

background-color css

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

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

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

border-color css

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

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

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