Html Css Color HEX #C71718 Fire Engine Red

📋 copy color: '#C71718'

red 199 ◦ green 23 ◦ blue 24

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

Shades of Fire Engine Red #C71718

Tints of Fire Engine Red #C71718

RGB

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

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

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

R = 80.89%
G = 9.35%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C71718 (or 0xC71718) is known color: Fire Engine Red. HEX triplet: C7, 17 and 18. RGB value is (199,23,24). Sum of RGB (Red+Green+Blue) = 199+23+24=246 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.89% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 199 - color contains mainly: red. Hex color #C71718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71718 is #38E8E7. Grayscale: #4B4B4B. Windows color (decimal): -3729640 or 1578951. OLE color: 1578951.

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

Color convert

RGB 199 23 24 -
CMYK 0 0.88 0.88 0.22
HSL 359.66º 0.79% 0.44% -
HSV(B) 359.66º 0.88% 0.78% -
XYZ 24.02 12.82 2.07 -
YUV 75.74 98.81 215.92 -
System Red Green Blue C M Y K H S L
Decimal 199 23 24 0 0.88 0.88 0.22 359.66 0.79 0.44
Hex C7 17 18 0 58 58 16 168 4F 2C
Octal 307 27 30 0 130 130 26 550 117 54
Binary 11000111 10111 11000 0 1011000 1011000 10110 101101000 1001111 101100

Color Harmonies of #C71718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71718

Black with #C71718

Text Example


Text Example

White with #C71718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71718; }

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

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

background-color css

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

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

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

border-color css

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

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

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