Html Css Color HEX #C81718 Fire Engine Red

📋 copy color: '#C81718'

red 200 ◦ green 23 ◦ blue 24

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

Shades of Fire Engine Red #C81718

Tints of Fire Engine Red #C81718

RGB

 RED value IS 200 (78.52% from 255) = 80.97%

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

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

R = 80.97%
G = 9.31%
B = 9.72%

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

#C81718 (or 0xC81718) is known color: Fire Engine Red. HEX triplet: C8, 17 and 18. RGB value is (200,23,24). Sum of RGB (Red+Green+Blue) = 200+23+24=247 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.97% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 200 - color contains mainly: red. Hex color #C81718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81718 is #37E8E7. Grayscale: #4C4C4C. Windows color (decimal): -3664104 or 1578952. OLE color: 1578952.

HSL color Cylindrical-coordinate representation of color #C81718: 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 #C81718 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 23 24 -
CMYK 0 0.88 0.88 0.22
HSL 359.66º 0.79% 0.44% -
HSV(B) 359.66º 0.89% 0.78% -
XYZ 24.29 12.96 2.09 -
YUV 76.04 98.64 216.42 -
System Red Green Blue C M Y K H S L
Decimal 200 23 24 0 0.88 0.88 0.22 359.66 0.79 0.44
Hex C8 17 18 0 58 58 16 168 4F 2C
Octal 310 27 30 0 130 130 26 550 117 54
Binary 11001000 10111 11000 0 1011000 1011000 10110 101101000 1001111 101100

Color Harmonies of #C81718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81718

Black with #C81718

Text Example


Text Example

White with #C81718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81718; }

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

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

background-color css

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

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

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

border-color css

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

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

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