#C81613

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

Shades of Fire Brick #C81613

Tints of Fire Brick #C81613

Color information

#C81613 (or 0xC81613) is unknown color: approx Fire Brick. HEX triplet: C8, 16 and 13. RGB value is (200,22,19). Sum of RGB (Red+Green+Blue) = 200+22+19=241 (31% of max value = 765). Red value is 200 (78.52% from 255 or 82.99% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 200 - color contains mainly: red. Hex color #C81613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81613 is #37E9EC. Grayscale: #4B4B4B. Windows color (decimal): -3664365 or 1251016. OLE color: 1251016.

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

Color convert

RGB2002219-
CMYK00.890.900.22
HSL0.99º82.65%42.94%-
HSV(B)0.99º90.5%78.43%-
XYZ24.2212.91.83-
YUV74.8896.47217.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 82.99%
GREEN value IS 22 (8.98% from 255) = 9.13%
BLUE value IS 19 (7.81% from 255) = 7.88%
R=82.99%
G=9.13%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200221900.890.900.220.9982.6542.94
HexC816130595A161532b
Octal3102623013113226112353
Binary1100100010110100110101100110110101011011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81613; }

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

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

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

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

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

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

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

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