Html Css Color HEX #C71618 Fire Engine Red

📋 copy color: '#C71618'

red 199 ◦ green 22 ◦ blue 24

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

Shades of Fire Engine Red #C71618

Tints of Fire Engine Red #C71618

RGB

 RED value IS 199 (78.13% from 255) = 81.22%

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

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

R = 81.22%
G = 8.98%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C71618 (or 0xC71618) is known color: Fire Engine Red. HEX triplet: C7, 16 and 18. RGB value is (199,22,24). Sum of RGB (Red+Green+Blue) = 199+22+24=245 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.22% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 199 - color contains mainly: red. Hex color #C71618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71618 is #38E9E7. Grayscale: #4B4B4B. Windows color (decimal): -3729896 or 1578695. OLE color: 1578695.

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

Color convert

RGB 199 22 24 -
CMYK 0 0.89 0.88 0.22
HSL 359.32º 0.8% 0.43% -
HSV(B) 359.32º 0.89% 0.78% -
XYZ 24 12.78 2.07 -
YUV 75.15 99.14 216.34 -
System Red Green Blue C M Y K H S L
Decimal 199 22 24 0 0.89 0.88 0.22 359.32 0.8 0.43
Hex C7 16 18 0 59 58 16 167 50 2B
Octal 307 26 30 0 131 130 26 547 120 53
Binary 11000111 10110 11000 0 1011001 1011000 10110 101100111 1010000 101011

Color Harmonies of #C71618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71618

Black with #C71618

Text Example


Text Example

White with #C71618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71618; }

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

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

background-color css

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

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

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

border-color css

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

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

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