Shades of Fire Engine Red #C51D21
Tints of Fire Engine Red #C51D21
RGB
CMYK
RGB Variations
Color information
#C51D21 (or 0xC51D21) is known color: Fire Engine Red. HEX triplet: C5, 1D and 21. RGB value is (197,29,33). Sum of RGB (Red+Green+Blue) = 197+29+33=259 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.06% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51D21 is #3AE2DE. Grayscale: #4F4F4F. Windows color (decimal): -3859167 or 2170309. OLE color: 2170309.
HSL color Cylindrical-coordinate representation of color #C51D21: hue angle of 358.57º 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 #C51D21 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 33 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.23 |
| HSL | 358.57º | 0.74% | 0.44% | - |
| HSV(B) | 358.57º | 0.85% | 0.77% | - |
| XYZ | 23.74 | 12.86 | 2.67 | - |
| YUV | 79.69 | 101.66 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 33 | 0 | 0.85 | 0.83 | 0.23 | 358.57 | 0.74 | 0.44 |
| Hex | C5 | 1D | 21 | 0 | 55 | 53 | 17 | 167 | 4A | 2C |
| Octal | 305 | 35 | 41 | 0 | 125 | 123 | 27 | 547 | 112 | 54 |
| Binary | 11000101 | 11101 | 100001 | 0 | 1010101 | 1010011 | 10111 | 101100111 | 1001010 | 101100 |
Color Harmonies of #C51D21
Complementary color
Monochromatic Colors of #C51D21
Black with #C51D21
Text Example
Text Example
White with #C51D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51D21; }
p { color: rgb(197,29,33); }
H1.HeaderClassName
{
color: #C51D21;
}
.AnyTagClassName
{
color: #C51D21;
}
</style>
background-color css
<style>
a { background-color: #C51D21; }
a { background-color: rgb(197,29,33); }
div.DivClassName
{
background-color: #C51D21;
}
.BgClassName
{
background-color: #C51D21;
}
</style>
border-color css
<style>
span { border-color: #C51D21; }
span { border-color: rgb(197,29,33); }
td.TdClassName
{
border-color: #C51D21;
}
.TagClassName
{
border-color: #C51D21;
}
</style>