Shades of Fire Brick #C92421
Tints of Fire Brick #C92421
RGB
CMYK
RGB Variations
Color information
#C92421 (or 0xC92421) is known color: Fire Brick. HEX triplet: C9, 24 and 21. RGB value is (201,36,33). Sum of RGB (Red+Green+Blue) = 201+36+33=270 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.44% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 201 - color contains mainly: red. Hex color #C92421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92421 is #36DBDE. Grayscale: #555555. Windows color (decimal): -3595231 or 2172105. OLE color: 2172105.
HSL color Cylindrical-coordinate representation of color #C92421: hue angle of 1.07º 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 #C92421 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 33 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.21 |
| HSL | 1.07º | 0.72% | 0.46% | - |
| HSV(B) | 1.07º | 0.84% | 0.79% | - |
| XYZ | 24.99 | 13.79 | 2.78 | - |
| YUV | 84.99 | 98.66 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 33 | 0 | 0.82 | 0.84 | 0.21 | 1.07 | 0.72 | 0.46 |
| Hex | C9 | 24 | 21 | 0 | 52 | 54 | 15 | 1 | 48 | 2E |
| Octal | 311 | 44 | 41 | 0 | 122 | 124 | 25 | 1 | 110 | 56 |
| Binary | 11001001 | 100100 | 100001 | 0 | 1010010 | 1010100 | 10101 | 1 | 1001000 | 101110 |
Color Harmonies of #C92421
Complementary color
Monochromatic Colors of #C92421
Black with #C92421
Text Example
Text Example
White with #C92421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92421; }
p { color: rgb(201,36,33); }
H1.HeaderClassName
{
color: #C92421;
}
.AnyTagClassName
{
color: #C92421;
}
</style>
background-color css
<style>
a { background-color: #C92421; }
a { background-color: rgb(201,36,33); }
div.DivClassName
{
background-color: #C92421;
}
.BgClassName
{
background-color: #C92421;
}
</style>
border-color css
<style>
span { border-color: #C92421; }
span { border-color: rgb(201,36,33); }
td.TdClassName
{
border-color: #C92421;
}
.TagClassName
{
border-color: #C92421;
}
</style>