Shades of Fire Brick #C91813
Tints of Fire Brick #C91813
RGB
CMYK
RGB Variations
Color information
#C91813 (or 0xC91813) is known color: Fire Brick. HEX triplet: C9, 18 and 13. RGB value is (201,24,19). Sum of RGB (Red+Green+Blue) = 201+24+19=244 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.38% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 201 - color contains mainly: red. Hex color #C91813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91813 is #36E7EC. Grayscale: #4C4C4C. Windows color (decimal): -3598317 or 1251529. OLE color: 1251529.
HSL color Cylindrical-coordinate representation of color #C91813: hue angle of 1.65º 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 #C91813 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 19 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.21 |
| HSL | 1.65º | 0.83% | 0.43% | - |
| HSV(B) | 1.65º | 0.91% | 0.79% | - |
| XYZ | 24.53 | 13.12 | 1.86 | - |
| YUV | 76.35 | 95.64 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 19 | 0 | 0.88 | 0.91 | 0.21 | 1.65 | 0.83 | 0.43 |
| Hex | C9 | 18 | 13 | 0 | 58 | 5B | 15 | 2 | 53 | 2B |
| Octal | 311 | 30 | 23 | 0 | 130 | 133 | 25 | 2 | 123 | 53 |
| Binary | 11001001 | 11000 | 10011 | 0 | 1011000 | 1011011 | 10101 | 10 | 1010011 | 101011 |
Color Harmonies of #C91813
Complementary color
Monochromatic Colors of #C91813
Black with #C91813
Text Example
Text Example
White with #C91813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91813; }
p { color: rgb(201,24,19); }
H1.HeaderClassName
{
color: #C91813;
}
.AnyTagClassName
{
color: #C91813;
}
</style>
background-color css
<style>
a { background-color: #C91813; }
a { background-color: rgb(201,24,19); }
div.DivClassName
{
background-color: #C91813;
}
.BgClassName
{
background-color: #C91813;
}
</style>
border-color css
<style>
span { border-color: #C91813; }
span { border-color: rgb(201,24,19); }
td.TdClassName
{
border-color: #C91813;
}
.TagClassName
{
border-color: #C91813;
}
</style>