Shades of Fire Brick #C52823
Tints of Fire Brick #C52823
RGB
CMYK
RGB Variations
Color information
#C52823 (or 0xC52823) is known color: Fire Brick. HEX triplet: C5, 28 and 23. RGB value is (197,40,35). Sum of RGB (Red+Green+Blue) = 197+40+35=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C52823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52823 is #3AD7DC. Grayscale: #565656. Windows color (decimal): -3856349 or 2304197. OLE color: 2304197.
HSL color Cylindrical-coordinate representation of color #C52823: hue angle of 1.85º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52823 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 35 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.23 |
| HSL | 1.85º | 0.7% | 0.45% | - |
| HSV(B) | 1.85º | 0.82% | 0.77% | - |
| XYZ | 24.09 | 13.51 | 2.93 | - |
| YUV | 86.37 | 99.01 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 35 | 0 | 0.80 | 0.82 | 0.23 | 1.85 | 0.7 | 0.45 |
| Hex | C5 | 28 | 23 | 0 | 50 | 52 | 17 | 2 | 46 | 2D |
| Octal | 305 | 50 | 43 | 0 | 120 | 122 | 27 | 2 | 106 | 55 |
| Binary | 11000101 | 101000 | 100011 | 0 | 1010000 | 1010010 | 10111 | 10 | 1000110 | 101101 |
Color Harmonies of #C52823
Complementary color
Monochromatic Colors of #C52823
Black with #C52823
Text Example
Text Example
White with #C52823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52823; }
p { color: rgb(197,40,35); }
H1.HeaderClassName
{
color: #C52823;
}
.AnyTagClassName
{
color: #C52823;
}
</style>
background-color css
<style>
a { background-color: #C52823; }
a { background-color: rgb(197,40,35); }
div.DivClassName
{
background-color: #C52823;
}
.BgClassName
{
background-color: #C52823;
}
</style>
border-color css
<style>
span { border-color: #C52823; }
span { border-color: rgb(197,40,35); }
td.TdClassName
{
border-color: #C52823;
}
.TagClassName
{
border-color: #C52823;
}
</style>