#C51616

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

Shades of Fire Brick #C51616

Tints of Fire Brick #C51616

Color information

#C51616 (or 0xC51616) is unknown color: approx Fire Brick. HEX triplet: C5, 16 and 16. RGB value is (197,22,22). Sum of RGB (Red+Green+Blue) = 197+22+22=241 (31% of max value = 765). Red value is 197 (77.34% from 255 or 81.74% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 197 - color contains mainly: red. Hex color #C51616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51616 is #3AE9E9. Grayscale: #4A4A4A. Windows color (decimal): -3860970 or 1447621. OLE color: 1447621.

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

Color convert

RGB1972222-
CMYK00.890.890.23
HSL79.91%42.94%-
HSV(B)88.83%77.25%-
XYZ23.4612.51.94-
YUV74.3298.48215.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 81.74%
GREEN value IS 22 (8.98% from 255) = 9.13%
BLUE value IS 22 (8.98% from 255) = 9.13%
R=81.74%
G=9.13%
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.23
SystemRedGreenBlueCMYKHSL
Decimal197222200.890.890.23079.9142.94
HexC5161605959170502b
Octal3052626013113127012053
Binary1100010110110101100101100110110011011101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51616; }

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

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

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

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

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

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

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

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