Html Css Color HEX #C41829 Fire Engine Red

📋 copy color: '#C41829'

red 196 ◦ green 24 ◦ blue 41

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

Shades of Fire Engine Red #C41829

Tints of Fire Engine Red #C41829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.2%

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

R = 75.1%
G = 9.2%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C41829 (or 0xC41829) is known color: Fire Engine Red. HEX triplet: C4, 18 and 29. RGB value is (196,24,41). Sum of RGB (Red+Green+Blue) = 196+24+41=261 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.10% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 196 - color contains mainly: red. Hex color #C41829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41829 is #3BE7D6. Grayscale: #4D4D4D. Windows color (decimal): -3925975 or 2693316. OLE color: 2693316.

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

Color convert

RGB 196 24 41 -
CMYK 0 0.88 0.79 0.23
HSL 354.07º 0.78% 0.43% -
HSV(B) 354.07º 0.88% 0.77% -
XYZ 23.49 12.55 3.28 -
YUV 77.37 107.48 212.62 -
System Red Green Blue C M Y K H S L
Decimal 196 24 41 0 0.88 0.79 0.23 354.07 0.78 0.43
Hex C4 18 29 0 58 4F 17 162 4E 2B
Octal 304 30 51 0 130 117 27 542 116 53
Binary 11000100 11000 101001 0 1011000 1001111 10111 101100010 1001110 101011

Color Harmonies of #C41829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41829

Black with #C41829

Text Example


Text Example

White with #C41829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41829; }

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

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

background-color css

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

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

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

border-color css

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

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

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