Shades of Fire Brick #C91715
Tints of Fire Brick #C91715
RGB
CMYK
RGB Variations
Color information
#C91715 (or 0xC91715) is known color: Fire Brick. HEX triplet: C9, 17 and 15. RGB value is (201,23,21). Sum of RGB (Red+Green+Blue) = 201+23+21=245 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.04% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 201 - color contains mainly: red. Hex color #C91715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91715 is #36E8EA. Grayscale: #4C4C4C. Windows color (decimal): -3598571 or 1382345. OLE color: 1382345.
HSL color Cylindrical-coordinate representation of color #C91715: hue angle of 0.67º 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 #C91715 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 21 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.21 |
| HSL | 0.67º | 0.81% | 0.44% | - |
| HSV(B) | 0.67º | 0.9% | 0.79% | - |
| XYZ | 24.53 | 13.08 | 1.94 | - |
| YUV | 75.99 | 96.97 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 21 | 0 | 0.89 | 0.90 | 0.21 | 0.67 | 0.81 | 0.44 |
| Hex | C9 | 17 | 15 | 0 | 59 | 5A | 15 | 1 | 51 | 2C |
| Octal | 311 | 27 | 25 | 0 | 131 | 132 | 25 | 1 | 121 | 54 |
| Binary | 11001001 | 10111 | 10101 | 0 | 1011001 | 1011010 | 10101 | 1 | 1010001 | 101100 |
Color Harmonies of #C91715
Complementary color
Monochromatic Colors of #C91715
Black with #C91715
Text Example
Text Example
White with #C91715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91715; }
p { color: rgb(201,23,21); }
H1.HeaderClassName
{
color: #C91715;
}
.AnyTagClassName
{
color: #C91715;
}
</style>
background-color css
<style>
a { background-color: #C91715; }
a { background-color: rgb(201,23,21); }
div.DivClassName
{
background-color: #C91715;
}
.BgClassName
{
background-color: #C91715;
}
</style>
border-color css
<style>
span { border-color: #C91715; }
span { border-color: rgb(201,23,21); }
td.TdClassName
{
border-color: #C91715;
}
.TagClassName
{
border-color: #C91715;
}
</style>