Shades of Fire Brick #C91919
Tints of Fire Brick #C91919
RGB
CMYK
RGB Variations
Color information
#C91919 (or 0xC91919) is known color: Fire Brick. HEX triplet: C9, 19 and 19. RGB value is (201,25,25). Sum of RGB (Red+Green+Blue) = 201+25+25=251 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.08% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 201 - color contains mainly: red. Hex color #C91919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91919 is #36E6E6. Grayscale: #4D4D4D. Windows color (decimal): -3598055 or 1645001. OLE color: 1645001.
HSL color Cylindrical-coordinate representation of color #C91919: hue angle of 0º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91919 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 25 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.21 |
| HSL | 0º | 0.78% | 0.44% | - |
| HSV(B) | 0º | 0.88% | 0.79% | - |
| XYZ | 24.61 | 13.18 | 2.17 | - |
| YUV | 77.62 | 98.31 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 25 | 0 | 0.88 | 0.88 | 0.21 | 0 | 0.78 | 0.44 |
| Hex | C9 | 19 | 19 | 0 | 58 | 58 | 15 | 0 | 4E | 2C |
| Octal | 311 | 31 | 31 | 0 | 130 | 130 | 25 | 0 | 116 | 54 |
| Binary | 11001001 | 11001 | 11001 | 0 | 1011000 | 1011000 | 10101 | 0 | 1001110 | 101100 |
Color Harmonies of #C91919
Complementary color
Monochromatic Colors of #C91919
Black with #C91919
Text Example
Text Example
White with #C91919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91919; }
p { color: rgb(201,25,25); }
H1.HeaderClassName
{
color: #C91919;
}
.AnyTagClassName
{
color: #C91919;
}
</style>
background-color css
<style>
a { background-color: #C91919; }
a { background-color: rgb(201,25,25); }
div.DivClassName
{
background-color: #C91919;
}
.BgClassName
{
background-color: #C91919;
}
</style>
border-color css
<style>
span { border-color: #C91919; }
span { border-color: rgb(201,25,25); }
td.TdClassName
{
border-color: #C91919;
}
.TagClassName
{
border-color: #C91919;
}
</style>