Html Css Color HEX #C01618 Fire Engine Red

📋 copy color: '#C01618'

red 192 ◦ green 22 ◦ blue 24

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

Shades of Fire Engine Red #C01618

Tints of Fire Engine Red #C01618

RGB

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

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

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

R = 80.67%
G = 9.24%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C01618 (or 0xC01618) is known color: Fire Engine Red. HEX triplet: C0, 16 and 18. RGB value is (192,22,24). Sum of RGB (Red+Green+Blue) = 192+22+24=238 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.67% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 192 - color contains mainly: red. Hex color #C01618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01618 is #3FE9E7. Grayscale: #494949. Windows color (decimal): -4188648 or 1578688. OLE color: 1578688.

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

Color convert

RGB 192 22 24 -
CMYK 0 0.89 0.88 0.25
HSL 359.29º 0.79% 0.42% -
HSV(B) 359.29º 0.89% 0.75% -
XYZ 22.19 11.85 1.98 -
YUV 73.06 100.32 212.84 -
System Red Green Blue C M Y K H S L
Decimal 192 22 24 0 0.89 0.88 0.25 359.29 0.79 0.42
Hex C0 16 18 0 59 58 19 167 4F 2A
Octal 300 26 30 0 131 130 31 547 117 52
Binary 11000000 10110 11000 0 1011001 1011000 11001 101100111 1001111 101010

Color Harmonies of #C01618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01618

Black with #C01618

Text Example


Text Example

White with #C01618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01618; }

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

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

background-color css

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

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

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

border-color css

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

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

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