Shades of Fire Engine Red #C52428
Tints of Fire Engine Red #C52428
RGB
CMYK
RGB Variations
Color information
#C52428 (or 0xC52428) is known color: Fire Engine Red. HEX triplet: C5, 24 and 28. RGB value is (197,36,40). Sum of RGB (Red+Green+Blue) = 197+36+40=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C52428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52428 is #3ADBD7. Grayscale: #545454. Windows color (decimal): -3857368 or 2630853. OLE color: 2630853.
HSL color Cylindrical-coordinate representation of color #C52428: hue angle of 358.51º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52428 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 40 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.23 |
| HSL | 358.51º | 0.69% | 0.46% | - |
| HSV(B) | 358.51º | 0.82% | 0.77% | - |
| XYZ | 24.04 | 13.29 | 3.3 | - |
| YUV | 84.6 | 102.84 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 40 | 0 | 0.82 | 0.80 | 0.23 | 358.51 | 0.69 | 0.46 |
| Hex | C5 | 24 | 28 | 0 | 52 | 50 | 17 | 167 | 45 | 2E |
| Octal | 305 | 44 | 50 | 0 | 122 | 120 | 27 | 547 | 105 | 56 |
| Binary | 11000101 | 100100 | 101000 | 0 | 1010010 | 1010000 | 10111 | 101100111 | 1000101 | 101110 |
Color Harmonies of #C52428
Complementary color
Monochromatic Colors of #C52428
Black with #C52428
Text Example
Text Example
White with #C52428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52428; }
p { color: rgb(197,36,40); }
H1.HeaderClassName
{
color: #C52428;
}
.AnyTagClassName
{
color: #C52428;
}
</style>
background-color css
<style>
a { background-color: #C52428; }
a { background-color: rgb(197,36,40); }
div.DivClassName
{
background-color: #C52428;
}
.BgClassName
{
background-color: #C52428;
}
</style>
border-color css
<style>
span { border-color: #C52428; }
span { border-color: rgb(197,36,40); }
td.TdClassName
{
border-color: #C52428;
}
.TagClassName
{
border-color: #C52428;
}
</style>