#C61516

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

Shades of Fire Engine Red #C61516

Tints of Fire Engine Red #C61516

Color information

#C61516 (or 0xC61516) is unknown color: approx Fire Engine Red. HEX triplet: C6, 15 and 16. RGB value is (198,21,22). Sum of RGB (Red+Green+Blue) = 198+21+22=241 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.16% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 198 - color contains mainly: red. Hex color #C61516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61516 is #39EAE9. Grayscale: #4A4A4A. Windows color (decimal): -3795690 or 1447366. OLE color: 1447366.

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

Color convert

RGB1982122-
CMYK00.890.890.22
HSL359.66º80.82%42.94%-
HSV(B)359.66º89.39%77.65%-
XYZ23.712.61.94-
YUV74.0498.64216.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 82.16%
GREEN value IS 21 (8.59% from 255) = 8.71%
BLUE value IS 22 (8.98% from 255) = 9.13%
R=82.16%
G=8.71%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198212200.890.890.22359.6680.8242.94
HexC615160595916168512b
Octal306252601311312655012153
Binary110001101010110110010110011011001101101011010001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61516; }

 p { color: rgb(198,21,22); }

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

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

 a { background-color: rgb(198,21,22); }

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

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

 span { border-color: rgb(198,21,22); }

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