Html Css Color HEX #C01718 Fire Engine Red

📋 copy color: '#C01718'

red 192 ◦ green 23 ◦ blue 24

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

Shades of Fire Engine Red #C01718

Tints of Fire Engine Red #C01718

RGB

 RED value IS 192 (75.39% from 255) = 80.33%

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

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

R = 80.33%
G = 9.62%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C01718 (or 0xC01718) is known color: Fire Engine Red. HEX triplet: C0, 17 and 18. RGB value is (192,23,24). Sum of RGB (Red+Green+Blue) = 192+23+24=239 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.33% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 192 - color contains mainly: red. Hex color #C01718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01718 is #3FE8E7. Grayscale: #494949. Windows color (decimal): -4188392 or 1578944. OLE color: 1578944.

HSL color Cylindrical-coordinate representation of color #C01718: hue angle of 359.64º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01718 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 23 24 -
CMYK 0 0.88 0.88 0.25
HSL 359.65º 0.79% 0.42% -
HSV(B) 359.65º 0.88% 0.75% -
XYZ 22.21 11.89 1.99 -
YUV 73.65 99.99 212.42 -
System Red Green Blue C M Y K H S L
Decimal 192 23 24 0 0.88 0.88 0.25 359.65 0.79 0.42
Hex C0 17 18 0 58 58 19 168 4F 2A
Octal 300 27 30 0 130 130 31 550 117 52
Binary 11000000 10111 11000 0 1011000 1011000 11001 101101000 1001111 101010

Color Harmonies of #C01718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01718

Black with #C01718

Text Example


Text Example

White with #C01718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01718; }

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

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

background-color css

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

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

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

border-color css

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

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

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