#C51716

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

Shades of Fire Brick #C51716

Tints of Fire Brick #C51716

Color information

#C51716 (or 0xC51716) is unknown color: approx Fire Brick. HEX triplet: C5, 17 and 16. RGB value is (197,23,22). Sum of RGB (Red+Green+Blue) = 197+23+22=242 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.40% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 197 - color contains mainly: red. Hex color #C51716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51716 is #3AE8E9. Grayscale: #4B4B4B. Windows color (decimal): -3860714 or 1447877. OLE color: 1447877.

HSL color Cylindrical-coordinate representation of color #C51716: hue angle of 0.34º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51716 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB1972322-
CMYK00.880.890.23
HSL0.34º79.91%42.94%-
HSV(B)0.34º88.83%77.25%-
XYZ23.4812.541.94-
YUV74.9198.15215.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 81.40%
GREEN value IS 23 (9.38% from 255) = 9.50%
BLUE value IS 22 (8.98% from 255) = 9.09%
R=81.40%
G=9.50%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197232200.880.890.230.3479.9142.94
HexC5171605859170502b
Octal3052726013013127012053
Binary1100010110111101100101100010110011011101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51716; }

 p { color: rgb(197,23,22); }

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

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

 a { background-color: rgb(197,23,22); }

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

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

 span { border-color: rgb(197,23,22); }

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