Shades of Fire Brick #C91613
Tints of Fire Brick #C91613
RGB
CMYK
RGB Variations
Color information
#C91613 (or 0xC91613) is known color: Fire Brick. HEX triplet: C9, 16 and 13. RGB value is (201,22,19). Sum of RGB (Red+Green+Blue) = 201+22+19=242 (32% of max value = 765). Red value is 201 (78.91% from 255 or 83.06% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 201 - color contains mainly: red. Hex color #C91613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91613 is #36E9EC. Grayscale: #4B4B4B. Windows color (decimal): -3598829 or 1251017. OLE color: 1251017.
HSL color Cylindrical-coordinate representation of color #C91613: hue angle of 0.99º 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 #C91613 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 19 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.21 |
| HSL | 0.99º | 0.83% | 0.43% | - |
| HSV(B) | 0.99º | 0.91% | 0.79% | - |
| XYZ | 24.49 | 13.04 | 1.84 | - |
| YUV | 75.18 | 96.3 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 19 | 0 | 0.89 | 0.91 | 0.21 | 0.99 | 0.83 | 0.43 |
| Hex | C9 | 16 | 13 | 0 | 59 | 5B | 15 | 1 | 53 | 2B |
| Octal | 311 | 26 | 23 | 0 | 131 | 133 | 25 | 1 | 123 | 53 |
| Binary | 11001001 | 10110 | 10011 | 0 | 1011001 | 1011011 | 10101 | 1 | 1010011 | 101011 |
Color Harmonies of #C91613
Complementary color
Monochromatic Colors of #C91613
Black with #C91613
Text Example
Text Example
White with #C91613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91613; }
p { color: rgb(201,22,19); }
H1.HeaderClassName
{
color: #C91613;
}
.AnyTagClassName
{
color: #C91613;
}
</style>
background-color css
<style>
a { background-color: #C91613; }
a { background-color: rgb(201,22,19); }
div.DivClassName
{
background-color: #C91613;
}
.BgClassName
{
background-color: #C91613;
}
</style>
border-color css
<style>
span { border-color: #C91613; }
span { border-color: rgb(201,22,19); }
td.TdClassName
{
border-color: #C91613;
}
.TagClassName
{
border-color: #C91613;
}
</style>