Shades of Fire Brick #C91913
Tints of Fire Brick #C91913
RGB
CMYK
RGB Variations
Color information
#C91913 (or 0xC91913) is known color: Fire Brick. HEX triplet: C9, 19 and 13. RGB value is (201,25,19). Sum of RGB (Red+Green+Blue) = 201+25+19=245 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.04% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 201 - color contains mainly: red. Hex color #C91913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91913 is #36E6EC. Grayscale: #4D4D4D. Windows color (decimal): -3598061 or 1251785. OLE color: 1251785.
HSL color Cylindrical-coordinate representation of color #C91913: hue angle of 1.98º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C91913 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 19 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.21 |
| HSL | 1.98º | 0.83% | 0.43% | - |
| HSV(B) | 1.98º | 0.91% | 0.79% | - |
| XYZ | 24.55 | 13.16 | 1.86 | - |
| YUV | 76.94 | 95.31 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 19 | 0 | 0.88 | 0.91 | 0.21 | 1.98 | 0.83 | 0.43 |
| Hex | C9 | 19 | 13 | 0 | 58 | 5B | 15 | 2 | 53 | 2B |
| Octal | 311 | 31 | 23 | 0 | 130 | 133 | 25 | 2 | 123 | 53 |
| Binary | 11001001 | 11001 | 10011 | 0 | 1011000 | 1011011 | 10101 | 10 | 1010011 | 101011 |
Color Harmonies of #C91913
Complementary color
Monochromatic Colors of #C91913
Black with #C91913
Text Example
Text Example
White with #C91913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91913; }
p { color: rgb(201,25,19); }
H1.HeaderClassName
{
color: #C91913;
}
.AnyTagClassName
{
color: #C91913;
}
</style>
background-color css
<style>
a { background-color: #C91913; }
a { background-color: rgb(201,25,19); }
div.DivClassName
{
background-color: #C91913;
}
.BgClassName
{
background-color: #C91913;
}
</style>
border-color css
<style>
span { border-color: #C91913; }
span { border-color: rgb(201,25,19); }
td.TdClassName
{
border-color: #C91913;
}
.TagClassName
{
border-color: #C91913;
}
</style>