Shades of Fire Brick #C81515
Tints of Fire Brick #C81515
RGB
CMYK
RGB Variations
Color information
#C81515 (or 0xC81515) is known color: Fire Brick. HEX triplet: C8, 15 and 15. RGB value is (200,21,21). Sum of RGB (Red+Green+Blue) = 200+21+21=242 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.64% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 200 - color contains mainly: red. Hex color #C81515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81515 is #37EAEA. Grayscale: #4A4A4A. Windows color (decimal): -3664619 or 1381832. OLE color: 1381832.
HSL color Cylindrical-coordinate representation of color #C81515: hue angle of 0º 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 #C81515 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 21 | 21 | - |
CMYK | 0 | 0.90 | 0.90 | 0.22 |
HSL | 0º | 0.81% | 0.43% | - |
HSV(B) | 0º | 0.9% | 0.78% | - |
XYZ | 24.22 | 12.87 | 1.92 | - |
YUV | 74.52 | 97.8 | 217.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 21 | 21 | 0 | 0.90 | 0.90 | 0.22 | 0 | 0.81 | 0.43 |
Hex | C8 | 15 | 15 | 0 | 5A | 5A | 16 | 0 | 51 | 2B |
Octal | 310 | 25 | 25 | 0 | 132 | 132 | 26 | 0 | 121 | 53 |
Binary | 11001000 | 10101 | 10101 | 0 | 1011010 | 1011010 | 10110 | 0 | 1010001 | 101011 |
Color Harmonies of #C81515
Complementary color
Monochromatic Colors of #C81515
Black with #C81515
Text Example
Text Example
White with #C81515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81515; }
p { color: rgb(200,21,21); }
H1.HeaderClassName
{
color: #C81515;
}
.AnyTagClassName
{
color: #C81515;
}
</style>
background-color css
<style>
a { background-color: #C81515; }
a { background-color: rgb(200,21,21); }
div.DivClassName
{
background-color: #C81515;
}
.BgClassName
{
background-color: #C81515;
}
</style>
border-color css
<style>
span { border-color: #C81515; }
span { border-color: rgb(200,21,21); }
td.TdClassName
{
border-color: #C81515;
}
.TagClassName
{
border-color: #C81515;
}
</style>