#C51613

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

Shades of Fire Brick #C51613

Tints of Fire Brick #C51613

Color information

#C51613 (or 0xC51613) is unknown color: approx Fire Brick. HEX triplet: C5, 16 and 13. RGB value is (197,22,19). Sum of RGB (Red+Green+Blue) = 197+22+19=238 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.77% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 197 - color contains mainly: red. Hex color #C51613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51613 is #3AE9EC. Grayscale: #4A4A4A. Windows color (decimal): -3860973 or 1251013. OLE color: 1251013.

HSL color Cylindrical-coordinate representation of color #C51613: hue angle of 1.01º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51613 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB1972219-
CMYK00.890.900.23
HSL1.01º82.41%42.35%-
HSV(B)1.01º90.36%77.25%-
XYZ23.4312.491.79-
YUV73.9896.98215.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 82.77%
GREEN value IS 22 (8.98% from 255) = 9.24%
BLUE value IS 19 (7.81% from 255) = 7.98%
R=82.77%
G=9.24%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197221900.890.900.231.0182.4142.35
HexC516130595A171522a
Octal3052623013113227112252
Binary1100010110110100110101100110110101011111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51613; }

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

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

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

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

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

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

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

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