Html Css Color HEX #C81417 Fire Engine Red

📋 copy color: '#C81417'

red 200 ◦ green 20 ◦ blue 23

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

Shades of Fire Engine Red #C81417

Tints of Fire Engine Red #C81417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.23%

 BLUE value IS 23 (9.38% from 255) = 9.47%

R = 82.3%
G = 8.23%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C81417 (or 0xC81417) is known color: Fire Engine Red. HEX triplet: C8, 14 and 17. RGB value is (200,20,23). Sum of RGB (Red+Green+Blue) = 200+20+23=243 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.30% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 200 - color contains mainly: red. Hex color #C81417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81417 is #37EBE8. Grayscale: #4A4A4A. Windows color (decimal): -3664873 or 1512648. OLE color: 1512648.

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

Color convert

RGB 200 20 23 -
CMYK 0 0.9 0.88 0.22
HSL 359º 0.82% 0.43% -
HSV(B) 359º 0.9% 0.78% -
XYZ 24.22 12.84 2.01 -
YUV 74.16 99.13 217.76 -
System Red Green Blue C M Y K H S L
Decimal 200 20 23 0 0.9 0.88 0.22 359 0.82 0.43
Hex C8 14 17 0 5A 58 16 167 52 2B
Octal 310 24 27 0 132 130 26 547 122 53
Binary 11001000 10100 10111 0 1011010 1011000 10110 101100111 1010010 101011

Color Harmonies of #C81417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81417

Black with #C81417

Text Example


Text Example

White with #C81417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81417; }

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

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

background-color css

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

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

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

border-color css

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

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

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