Shades of Fire Brick #C52017
Tints of Fire Brick #C52017
RGB
CMYK
RGB Variations
Color information
#C52017 (or 0xC52017) is known color: Fire Brick. HEX triplet: C5, 20 and 17. RGB value is (197,32,23). Sum of RGB (Red+Green+Blue) = 197+32+23=252 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.17% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 197 - color contains mainly: red. Hex color #C52017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52017 is #3ADFE8. Grayscale: #505050. Windows color (decimal): -3858409 or 1515717. OLE color: 1515717.
HSL color Cylindrical-coordinate representation of color #C52017: hue angle of 3.1º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C52017 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 23 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.23 |
| HSL | 3.1º | 0.79% | 0.43% | - |
| HSV(B) | 3.1º | 0.88% | 0.77% | - |
| XYZ | 23.7 | 12.97 | 2.06 | - |
| YUV | 80.31 | 95.66 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 23 | 0 | 0.84 | 0.88 | 0.23 | 3.1 | 0.79 | 0.43 |
| Hex | C5 | 20 | 17 | 0 | 54 | 58 | 17 | 3 | 4F | 2B |
| Octal | 305 | 40 | 27 | 0 | 124 | 130 | 27 | 3 | 117 | 53 |
| Binary | 11000101 | 100000 | 10111 | 0 | 1010100 | 1011000 | 10111 | 11 | 1001111 | 101011 |
Color Harmonies of #C52017
Complementary color
Monochromatic Colors of #C52017
Black with #C52017
Text Example
Text Example
White with #C52017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52017; }
p { color: rgb(197,32,23); }
H1.HeaderClassName
{
color: #C52017;
}
.AnyTagClassName
{
color: #C52017;
}
</style>
background-color css
<style>
a { background-color: #C52017; }
a { background-color: rgb(197,32,23); }
div.DivClassName
{
background-color: #C52017;
}
.BgClassName
{
background-color: #C52017;
}
</style>
border-color css
<style>
span { border-color: #C52017; }
span { border-color: rgb(197,32,23); }
td.TdClassName
{
border-color: #C52017;
}
.TagClassName
{
border-color: #C52017;
}
</style>