Shades of Fire Engine Red #C51D28
Tints of Fire Engine Red #C51D28
RGB
CMYK
RGB Variations
Color information
#C51D28 (or 0xC51D28) is known color: Fire Engine Red. HEX triplet: C5, 1D and 28. RGB value is (197,29,40). Sum of RGB (Red+Green+Blue) = 197+29+40=266 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.06% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51D28 is #3AE2D7. Grayscale: #505050. Windows color (decimal): -3859160 or 2629061. OLE color: 2629061.
HSL color Cylindrical-coordinate representation of color #C51D28: hue angle of 356.07º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51D28 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 40 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.23 |
| HSL | 356.07º | 0.74% | 0.44% | - |
| HSV(B) | 356.07º | 0.85% | 0.77% | - |
| XYZ | 23.85 | 12.9 | 3.24 | - |
| YUV | 80.49 | 105.16 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 40 | 0 | 0.85 | 0.80 | 0.23 | 356.07 | 0.74 | 0.44 |
| Hex | C5 | 1D | 28 | 0 | 55 | 50 | 17 | 164 | 4A | 2C |
| Octal | 305 | 35 | 50 | 0 | 125 | 120 | 27 | 544 | 112 | 54 |
| Binary | 11000101 | 11101 | 101000 | 0 | 1010101 | 1010000 | 10111 | 101100100 | 1001010 | 101100 |
Color Harmonies of #C51D28
Complementary color
Monochromatic Colors of #C51D28
Black with #C51D28
Text Example
Text Example
White with #C51D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51D28; }
p { color: rgb(197,29,40); }
H1.HeaderClassName
{
color: #C51D28;
}
.AnyTagClassName
{
color: #C51D28;
}
</style>
background-color css
<style>
a { background-color: #C51D28; }
a { background-color: rgb(197,29,40); }
div.DivClassName
{
background-color: #C51D28;
}
.BgClassName
{
background-color: #C51D28;
}
</style>
border-color css
<style>
span { border-color: #C51D28; }
span { border-color: rgb(197,29,40); }
td.TdClassName
{
border-color: #C51D28;
}
.TagClassName
{
border-color: #C51D28;
}
</style>