Html Css Color HEX #C41819 Fire Engine Red

📋 copy color: '#C41819'

red 196 ◦ green 24 ◦ blue 25

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

Shades of Fire Engine Red #C41819

Tints of Fire Engine Red #C41819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.2%

R = 80%
G = 9.8%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C41819 (or 0xC41819) is known color: Fire Engine Red. HEX triplet: C4, 18 and 19. RGB value is (196,24,25). Sum of RGB (Red+Green+Blue) = 196+24+25=245 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 196 - color contains mainly: red. Hex color #C41819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41819 is #3BE7E6. Grayscale: #4B4B4B. Windows color (decimal): -3925991 or 1644740. OLE color: 1644740.

HSL color Cylindrical-coordinate representation of color #C41819: hue angle of 359.65º 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 #C41819 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 24 25 -
CMYK 0 0.88 0.87 0.23
HSL 359.65º 0.78% 0.43% -
HSV(B) 359.65º 0.88% 0.77% -
XYZ 23.27 12.46 2.1 -
YUV 75.54 99.48 213.92 -
System Red Green Blue C M Y K H S L
Decimal 196 24 25 0 0.88 0.87 0.23 359.65 0.78 0.43
Hex C4 18 19 0 58 57 17 168 4E 2B
Octal 304 30 31 0 130 127 27 550 116 53
Binary 11000100 11000 11001 0 1011000 1010111 10111 101101000 1001110 101011

Color Harmonies of #C41819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41819

Black with #C41819

Text Example


Text Example

White with #C41819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41819; }

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

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

background-color css

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

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

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

border-color css

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

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

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