Shades of Fire Engine Red #C52527
Tints of Fire Engine Red #C52527
RGB
CMYK
RGB Variations
Color information
#C52527 (or 0xC52527) is known color: Fire Engine Red. HEX triplet: C5, 25 and 27. RGB value is (197,37,39). Sum of RGB (Red+Green+Blue) = 197+37+39=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C52527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52527 is #3ADAD8. Grayscale: #555555. Windows color (decimal): -3857113 or 2565573. OLE color: 2565573.
HSL color Cylindrical-coordinate representation of color #C52527: hue angle of 359.25º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52527 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 39 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.23 |
| HSL | 359.25º | 0.68% | 0.46% | - |
| HSV(B) | 359.25º | 0.81% | 0.77% | - |
| XYZ | 24.05 | 13.34 | 3.23 | - |
| YUV | 85.07 | 102.01 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 39 | 0 | 0.81 | 0.80 | 0.23 | 359.25 | 0.68 | 0.46 |
| Hex | C5 | 25 | 27 | 0 | 51 | 50 | 17 | 167 | 44 | 2E |
| Octal | 305 | 45 | 47 | 0 | 121 | 120 | 27 | 547 | 104 | 56 |
| Binary | 11000101 | 100101 | 100111 | 0 | 1010001 | 1010000 | 10111 | 101100111 | 1000100 | 101110 |
Color Harmonies of #C52527
Complementary color
Monochromatic Colors of #C52527
Black with #C52527
Text Example
Text Example
White with #C52527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52527; }
p { color: rgb(197,37,39); }
H1.HeaderClassName
{
color: #C52527;
}
.AnyTagClassName
{
color: #C52527;
}
</style>
background-color css
<style>
a { background-color: #C52527; }
a { background-color: rgb(197,37,39); }
div.DivClassName
{
background-color: #C52527;
}
.BgClassName
{
background-color: #C52527;
}
</style>
border-color css
<style>
span { border-color: #C52527; }
span { border-color: rgb(197,37,39); }
td.TdClassName
{
border-color: #C52527;
}
.TagClassName
{
border-color: #C52527;
}
</style>