Shades of Fire Engine Red #C52028
Tints of Fire Engine Red #C52028
RGB
CMYK
RGB Variations
Color information
#C52028 (or 0xC52028) is known color: Fire Engine Red. HEX triplet: C5, 20 and 28. RGB value is (197,32,40). Sum of RGB (Red+Green+Blue) = 197+32+40=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C52028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52028 is #3ADFD7. Grayscale: #525252. Windows color (decimal): -3858392 or 2629829. OLE color: 2629829.
HSL color Cylindrical-coordinate representation of color #C52028: hue angle of 357.09º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C52028 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 40 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.23 |
| HSL | 357.09º | 0.72% | 0.45% | - |
| HSV(B) | 357.09º | 0.84% | 0.77% | - |
| XYZ | 23.93 | 13.06 | 3.27 | - |
| YUV | 82.25 | 104.16 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 40 | 0 | 0.84 | 0.80 | 0.23 | 357.09 | 0.72 | 0.45 |
| Hex | C5 | 20 | 28 | 0 | 54 | 50 | 17 | 165 | 48 | 2D |
| Octal | 305 | 40 | 50 | 0 | 124 | 120 | 27 | 545 | 110 | 55 |
| Binary | 11000101 | 100000 | 101000 | 0 | 1010100 | 1010000 | 10111 | 101100101 | 1001000 | 101101 |
Color Harmonies of #C52028
Complementary color
Monochromatic Colors of #C52028
Black with #C52028
Text Example
Text Example
White with #C52028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52028; }
p { color: rgb(197,32,40); }
H1.HeaderClassName
{
color: #C52028;
}
.AnyTagClassName
{
color: #C52028;
}
</style>
background-color css
<style>
a { background-color: #C52028; }
a { background-color: rgb(197,32,40); }
div.DivClassName
{
background-color: #C52028;
}
.BgClassName
{
background-color: #C52028;
}
</style>
border-color css
<style>
span { border-color: #C52028; }
span { border-color: rgb(197,32,40); }
td.TdClassName
{
border-color: #C52028;
}
.TagClassName
{
border-color: #C52028;
}
</style>