Shades of Fire Brick #C52721
Tints of Fire Brick #C52721
RGB
CMYK
RGB Variations
Color information
#C52721 (or 0xC52721) is known color: Fire Brick. HEX triplet: C5, 27 and 21. RGB value is (197,39,33). Sum of RGB (Red+Green+Blue) = 197+39+33=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C52721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52721 is #3AD8DE. Grayscale: #555555. Windows color (decimal): -3856607 or 2172869. OLE color: 2172869.
HSL color Cylindrical-coordinate representation of color #C52721: hue angle of 2.2º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C52721 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 33 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.23 |
| HSL | 2.2º | 0.71% | 0.45% | - |
| HSV(B) | 2.2º | 0.83% | 0.77% | - |
| XYZ | 24.03 | 13.43 | 2.77 | - |
| YUV | 85.56 | 98.35 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 33 | 0 | 0.80 | 0.83 | 0.23 | 2.2 | 0.71 | 0.45 |
| Hex | C5 | 27 | 21 | 0 | 50 | 53 | 17 | 2 | 47 | 2D |
| Octal | 305 | 47 | 41 | 0 | 120 | 123 | 27 | 2 | 107 | 55 |
| Binary | 11000101 | 100111 | 100001 | 0 | 1010000 | 1010011 | 10111 | 10 | 1000111 | 101101 |
Color Harmonies of #C52721
Complementary color
Monochromatic Colors of #C52721
Black with #C52721
Text Example
Text Example
White with #C52721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52721; }
p { color: rgb(197,39,33); }
H1.HeaderClassName
{
color: #C52721;
}
.AnyTagClassName
{
color: #C52721;
}
</style>
background-color css
<style>
a { background-color: #C52721; }
a { background-color: rgb(197,39,33); }
div.DivClassName
{
background-color: #C52721;
}
.BgClassName
{
background-color: #C52721;
}
</style>
border-color css
<style>
span { border-color: #C52721; }
span { border-color: rgb(197,39,33); }
td.TdClassName
{
border-color: #C52721;
}
.TagClassName
{
border-color: #C52721;
}
</style>