#C81317

Color #C81317 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #C81317

Tints of Fire Engine Red #C81317

Color information

#C81317 (or 0xC81317) is unknown color: approx Fire Engine Red. HEX triplet: C8, 13 and 17. RGB value is (200,19,23). Sum of RGB (Red+Green+Blue) = 200+19+23=242 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.64% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 200 - color contains mainly: red. Hex color #C81317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81317 is #37ECE8. Grayscale: #494949. Windows color (decimal): -3665129 or 1512392. OLE color: 1512392.

HSL color Cylindrical-coordinate representation of color #C81317: hue angle of 358.67º degrees, saturation: 0.83, 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 #C81317 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB2001923-
CMYK00.900.880.22
HSL358.67º82.65%42.94%-
HSV(B)358.67º90.5%78.43%-
XYZ24.2112.812.01-
YUV73.5899.47218.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 82.64%
GREEN value IS 19 (7.81% from 255) = 7.85%
BLUE value IS 23 (9.38% from 255) = 9.50%
R=82.64%
G=7.85%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200192300.900.880.22358.6782.6542.94
HexC8131705A5816167532b
Octal310232701321302654712353
Binary110010001001110111010110101011000101101011001111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81317; }

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

 H1.HeaderClassName
 {
   color: #C81317;
 }
 .AnyTagClassName
 {
   color: #C81317;
 }
</style>
background-color css

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

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

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

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

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

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