Html Css Color HEX #C41718 Fire Engine Red

📋 copy color: '#C41718'

red 196 ◦ green 23 ◦ blue 24

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

Shades of Fire Engine Red #C41718

Tints of Fire Engine Red #C41718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.47%

 BLUE value IS 24 (9.77% from 255) = 9.88%

R = 80.66%
G = 9.47%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C41718 (or 0xC41718) is known color: Fire Engine Red. HEX triplet: C4, 17 and 18. RGB value is (196,23,24). Sum of RGB (Red+Green+Blue) = 196+23+24=243 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.66% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 196 - color contains mainly: red. Hex color #C41718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41718 is #3BE8E7. Grayscale: #4B4B4B. Windows color (decimal): -3926248 or 1578948. OLE color: 1578948.

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

Color convert

RGB 196 23 24 -
CMYK 0 0.88 0.88 0.23
HSL 359.65º 0.79% 0.43% -
HSV(B) 359.65º 0.88% 0.77% -
XYZ 23.24 12.41 2.04 -
YUV 74.84 99.31 214.42 -
System Red Green Blue C M Y K H S L
Decimal 196 23 24 0 0.88 0.88 0.23 359.65 0.79 0.43
Hex C4 17 18 0 58 58 17 168 4F 2B
Octal 304 27 30 0 130 130 27 550 117 53
Binary 11000100 10111 11000 0 1011000 1011000 10111 101101000 1001111 101011

Color Harmonies of #C41718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41718

Black with #C41718

Text Example


Text Example

White with #C41718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41718; }

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

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

background-color css

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

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

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

border-color css

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

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

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