Shades of Fire Brick #C92121
Tints of Fire Brick #C92121
RGB
CMYK
RGB Variations
Color information
#C92121 (or 0xC92121) is known color: Fire Brick. HEX triplet: C9, 21 and 21. RGB value is (201,33,33). Sum of RGB (Red+Green+Blue) = 201+33+33=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C92121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92121 is #36DEDE. Grayscale: #535353. Windows color (decimal): -3595999 or 2171337. OLE color: 2171337.
HSL color Cylindrical-coordinate representation of color #C92121: hue angle of 0º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92121 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 33 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.21 |
| HSL | 0º | 0.72% | 0.46% | - |
| HSV(B) | 0º | 0.84% | 0.79% | - |
| XYZ | 24.91 | 13.62 | 2.75 | - |
| YUV | 83.23 | 99.66 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 33 | 0 | 0.84 | 0.84 | 0.21 | 0 | 0.72 | 0.46 |
| Hex | C9 | 21 | 21 | 0 | 54 | 54 | 15 | 0 | 48 | 2E |
| Octal | 311 | 41 | 41 | 0 | 124 | 124 | 25 | 0 | 110 | 56 |
| Binary | 11001001 | 100001 | 100001 | 0 | 1010100 | 1010100 | 10101 | 0 | 1001000 | 101110 |
Color Harmonies of #C92121
Complementary color
Monochromatic Colors of #C92121
Black with #C92121
Text Example
Text Example
White with #C92121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92121; }
p { color: rgb(201,33,33); }
H1.HeaderClassName
{
color: #C92121;
}
.AnyTagClassName
{
color: #C92121;
}
</style>
background-color css
<style>
a { background-color: #C92121; }
a { background-color: rgb(201,33,33); }
div.DivClassName
{
background-color: #C92121;
}
.BgClassName
{
background-color: #C92121;
}
</style>
border-color css
<style>
span { border-color: #C92121; }
span { border-color: rgb(201,33,33); }
td.TdClassName
{
border-color: #C92121;
}
.TagClassName
{
border-color: #C92121;
}
</style>