Shades of Fire Brick #C92520
Tints of Fire Brick #C92520
RGB
CMYK
RGB Variations
Color information
#C92520 (or 0xC92520) is known color: Fire Brick. HEX triplet: C9, 25 and 20. RGB value is (201,37,32). Sum of RGB (Red+Green+Blue) = 201+37+32=270 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.44% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 201 - color contains mainly: red. Hex color #C92520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92520 is #36DADF. Grayscale: #555555. Windows color (decimal): -3594976 or 2106825. OLE color: 2106825.
HSL color Cylindrical-coordinate representation of color #C92520: hue angle of 1.78º degrees, saturation: 0.73, 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 #C92520 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 32 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.21 |
| HSL | 1.78º | 0.73% | 0.46% | - |
| HSV(B) | 1.78º | 0.84% | 0.79% | - |
| XYZ | 25.01 | 13.84 | 2.72 | - |
| YUV | 85.47 | 97.83 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 32 | 0 | 0.82 | 0.84 | 0.21 | 1.78 | 0.73 | 0.46 |
| Hex | C9 | 25 | 20 | 0 | 52 | 54 | 15 | 2 | 49 | 2E |
| Octal | 311 | 45 | 40 | 0 | 122 | 124 | 25 | 2 | 111 | 56 |
| Binary | 11001001 | 100101 | 100000 | 0 | 1010010 | 1010100 | 10101 | 10 | 1001001 | 101110 |
Color Harmonies of #C92520
Complementary color
Monochromatic Colors of #C92520
Black with #C92520
Text Example
Text Example
White with #C92520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92520; }
p { color: rgb(201,37,32); }
H1.HeaderClassName
{
color: #C92520;
}
.AnyTagClassName
{
color: #C92520;
}
</style>
background-color css
<style>
a { background-color: #C92520; }
a { background-color: rgb(201,37,32); }
div.DivClassName
{
background-color: #C92520;
}
.BgClassName
{
background-color: #C92520;
}
</style>
border-color css
<style>
span { border-color: #C92520; }
span { border-color: rgb(201,37,32); }
td.TdClassName
{
border-color: #C92520;
}
.TagClassName
{
border-color: #C92520;
}
</style>