Shades of Fire Brick #C52119
Tints of Fire Brick #C52119
RGB
CMYK
RGB Variations
Color information
#C52119 (or 0xC52119) is known color: Fire Brick. HEX triplet: C5, 21 and 19. RGB value is (197,33,25). Sum of RGB (Red+Green+Blue) = 197+33+25=255 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.25% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 197 - color contains mainly: red. Hex color #C52119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52119 is #3ADEE6. Grayscale: #515151. Windows color (decimal): -3858151 or 1647045. OLE color: 1647045.
HSL color Cylindrical-coordinate representation of color #C52119: hue angle of 2.79º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C52119 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 33 | 25 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.23 |
| HSL | 2.79º | 0.77% | 0.44% | - |
| HSV(B) | 2.79º | 0.87% | 0.77% | - |
| XYZ | 23.75 | 13.03 | 2.18 | - |
| YUV | 81.12 | 96.33 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 25 | 0 | 0.83 | 0.87 | 0.23 | 2.79 | 0.77 | 0.44 |
| Hex | C5 | 21 | 19 | 0 | 53 | 57 | 17 | 3 | 4D | 2C |
| Octal | 305 | 41 | 31 | 0 | 123 | 127 | 27 | 3 | 115 | 54 |
| Binary | 11000101 | 100001 | 11001 | 0 | 1010011 | 1010111 | 10111 | 11 | 1001101 | 101100 |
Color Harmonies of #C52119
Complementary color
Monochromatic Colors of #C52119
Black with #C52119
Text Example
Text Example
White with #C52119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52119; }
p { color: rgb(197,33,25); }
H1.HeaderClassName
{
color: #C52119;
}
.AnyTagClassName
{
color: #C52119;
}
</style>
background-color css
<style>
a { background-color: #C52119; }
a { background-color: rgb(197,33,25); }
div.DivClassName
{
background-color: #C52119;
}
.BgClassName
{
background-color: #C52119;
}
</style>
border-color css
<style>
span { border-color: #C52119; }
span { border-color: rgb(197,33,25); }
td.TdClassName
{
border-color: #C52119;
}
.TagClassName
{
border-color: #C52119;
}
</style>