Shades of Fire Brick #C72421
Tints of Fire Brick #C72421
RGB
CMYK
RGB Variations
Color information
#C72421 (or 0xC72421) is known color: Fire Brick. HEX triplet: C7, 24 and 21. RGB value is (199,36,33). Sum of RGB (Red+Green+Blue) = 199+36+33=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C72421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72421 is #38DBDE. Grayscale: #545454. Windows color (decimal): -3726303 or 2172103. OLE color: 2172103.
HSL color Cylindrical-coordinate representation of color #C72421: hue angle of 1.08º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C72421 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 33 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.22 |
| HSL | 1.08º | 0.72% | 0.45% | - |
| HSV(B) | 1.08º | 0.83% | 0.78% | - |
| XYZ | 24.46 | 13.51 | 2.76 | - |
| YUV | 84.4 | 99 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 33 | 0 | 0.82 | 0.83 | 0.22 | 1.08 | 0.72 | 0.45 |
| Hex | C7 | 24 | 21 | 0 | 52 | 53 | 16 | 1 | 48 | 2D |
| Octal | 307 | 44 | 41 | 0 | 122 | 123 | 26 | 1 | 110 | 55 |
| Binary | 11000111 | 100100 | 100001 | 0 | 1010010 | 1010011 | 10110 | 1 | 1001000 | 101101 |
Color Harmonies of #C72421
Complementary color
Monochromatic Colors of #C72421
Black with #C72421
Text Example
Text Example
White with #C72421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72421; }
p { color: rgb(199,36,33); }
H1.HeaderClassName
{
color: #C72421;
}
.AnyTagClassName
{
color: #C72421;
}
</style>
background-color css
<style>
a { background-color: #C72421; }
a { background-color: rgb(199,36,33); }
div.DivClassName
{
background-color: #C72421;
}
.BgClassName
{
background-color: #C72421;
}
</style>
border-color css
<style>
span { border-color: #C72421; }
span { border-color: rgb(199,36,33); }
td.TdClassName
{
border-color: #C72421;
}
.TagClassName
{
border-color: #C72421;
}
</style>