Shades of Fire Engine Red #C52427
Tints of Fire Engine Red #C52427
RGB
CMYK
RGB Variations
Color information
#C52427 (or 0xC52427) is known color: Fire Engine Red. HEX triplet: C5, 24 and 27. RGB value is (197,36,39). Sum of RGB (Red+Green+Blue) = 197+36+39=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C52427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52427 is #3ADBD8. Grayscale: #545454. Windows color (decimal): -3857369 or 2565317. OLE color: 2565317.
HSL color Cylindrical-coordinate representation of color #C52427: hue angle of 358.88º 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 #C52427 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 39 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.23 |
| HSL | 358.88º | 0.69% | 0.46% | - |
| HSV(B) | 358.88º | 0.82% | 0.77% | - |
| XYZ | 24.02 | 13.28 | 3.22 | - |
| YUV | 84.48 | 102.34 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 39 | 0 | 0.82 | 0.80 | 0.23 | 358.88 | 0.69 | 0.46 |
| Hex | C5 | 24 | 27 | 0 | 52 | 50 | 17 | 167 | 45 | 2E |
| Octal | 305 | 44 | 47 | 0 | 122 | 120 | 27 | 547 | 105 | 56 |
| Binary | 11000101 | 100100 | 100111 | 0 | 1010010 | 1010000 | 10111 | 101100111 | 1000101 | 101110 |
Color Harmonies of #C52427
Complementary color
Monochromatic Colors of #C52427
Black with #C52427
Text Example
Text Example
White with #C52427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52427; }
p { color: rgb(197,36,39); }
H1.HeaderClassName
{
color: #C52427;
}
.AnyTagClassName
{
color: #C52427;
}
</style>
background-color css
<style>
a { background-color: #C52427; }
a { background-color: rgb(197,36,39); }
div.DivClassName
{
background-color: #C52427;
}
.BgClassName
{
background-color: #C52427;
}
</style>
border-color css
<style>
span { border-color: #C52427; }
span { border-color: rgb(197,36,39); }
td.TdClassName
{
border-color: #C52427;
}
.TagClassName
{
border-color: #C52427;
}
</style>