Shades of Fire Brick #C91615
Tints of Fire Brick #C91615
RGB
CMYK
RGB Variations
Color information
#C91615 (or 0xC91615) is known color: Fire Brick. HEX triplet: C9, 16 and 15. RGB value is (201,22,21). Sum of RGB (Red+Green+Blue) = 201+22+21=244 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.38% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 201 - color contains mainly: red. Hex color #C91615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91615 is #36E9EA. Grayscale: #4B4B4B. Windows color (decimal): -3598827 or 1382089. OLE color: 1382089.
HSL color Cylindrical-coordinate representation of color #C91615: hue angle of 0.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91615 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 21 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.21 |
| HSL | 0.33º | 0.81% | 0.44% | - |
| HSV(B) | 0.33º | 0.9% | 0.79% | - |
| XYZ | 24.51 | 13.05 | 1.94 | - |
| YUV | 75.41 | 97.3 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 21 | 0 | 0.89 | 0.90 | 0.21 | 0.33 | 0.81 | 0.44 |
| Hex | C9 | 16 | 15 | 0 | 59 | 5A | 15 | 0 | 51 | 2C |
| Octal | 311 | 26 | 25 | 0 | 131 | 132 | 25 | 0 | 121 | 54 |
| Binary | 11001001 | 10110 | 10101 | 0 | 1011001 | 1011010 | 10101 | 0 | 1010001 | 101100 |
Color Harmonies of #C91615
Complementary color
Monochromatic Colors of #C91615
Black with #C91615
Text Example
Text Example
White with #C91615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91615; }
p { color: rgb(201,22,21); }
H1.HeaderClassName
{
color: #C91615;
}
.AnyTagClassName
{
color: #C91615;
}
</style>
background-color css
<style>
a { background-color: #C91615; }
a { background-color: rgb(201,22,21); }
div.DivClassName
{
background-color: #C91615;
}
.BgClassName
{
background-color: #C91615;
}
</style>
border-color css
<style>
span { border-color: #C91615; }
span { border-color: rgb(201,22,21); }
td.TdClassName
{
border-color: #C91615;
}
.TagClassName
{
border-color: #C91615;
}
</style>