Html Css Color HEX #C41629 Fire Engine Red

📋 copy color: '#C41629'

red 196 ◦ green 22 ◦ blue 41

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

Shades of Fire Engine Red #C41629

Tints of Fire Engine Red #C41629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.49%

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

R = 75.68%
G = 8.49%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C41629 (or 0xC41629) is known color: Fire Engine Red. HEX triplet: C4, 16 and 29. RGB value is (196,22,41). Sum of RGB (Red+Green+Blue) = 196+22+41=259 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.68% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 196 - color contains mainly: red. Hex color #C41629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41629 is #3BE9D6. Grayscale: #4C4C4C. Windows color (decimal): -3926487 or 2692804. OLE color: 2692804.

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

Color convert

RGB 196 22 41 -
CMYK 0 0.89 0.79 0.23
HSL 353.45º 0.8% 0.43% -
HSV(B) 353.45º 0.89% 0.77% -
XYZ 23.45 12.47 3.27 -
YUV 76.19 108.15 213.46 -
System Red Green Blue C M Y K H S L
Decimal 196 22 41 0 0.89 0.79 0.23 353.45 0.8 0.43
Hex C4 16 29 0 59 4F 17 161 50 2B
Octal 304 26 51 0 131 117 27 541 120 53
Binary 11000100 10110 101001 0 1011001 1001111 10111 101100001 1010000 101011

Color Harmonies of #C41629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41629

Black with #C41629

Text Example


Text Example

White with #C41629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41629; }

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

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

background-color css

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

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

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

border-color css

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

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

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