Shades of Fire Engine Red #C51521
Tints of Fire Engine Red #C51521
RGB
CMYK
RGB Variations
Color information
#C51521 (or 0xC51521) is known color: Fire Engine Red. HEX triplet: C5, 15 and 21. RGB value is (197,21,33). Sum of RGB (Red+Green+Blue) = 197+21+33=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C51521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51521 is #3AEADE. Grayscale: #4B4B4B. Windows color (decimal): -3861215 or 2168261. OLE color: 2168261.
HSL color Cylindrical-coordinate representation of color #C51521: hue angle of 355.91º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51521 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 21 | 33 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.23 |
| HSL | 355.91º | 0.81% | 0.43% | - |
| HSV(B) | 355.91º | 0.89% | 0.77% | - |
| XYZ | 23.57 | 12.52 | 2.61 | - |
| YUV | 74.99 | 104.31 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 33 | 0 | 0.89 | 0.83 | 0.23 | 355.91 | 0.81 | 0.43 |
| Hex | C5 | 15 | 21 | 0 | 59 | 53 | 17 | 164 | 51 | 2B |
| Octal | 305 | 25 | 41 | 0 | 131 | 123 | 27 | 544 | 121 | 53 |
| Binary | 11000101 | 10101 | 100001 | 0 | 1011001 | 1010011 | 10111 | 101100100 | 1010001 | 101011 |
Color Harmonies of #C51521
Complementary color
Monochromatic Colors of #C51521
Black with #C51521
Text Example
Text Example
White with #C51521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51521; }
p { color: rgb(197,21,33); }
H1.HeaderClassName
{
color: #C51521;
}
.AnyTagClassName
{
color: #C51521;
}
</style>
background-color css
<style>
a { background-color: #C51521; }
a { background-color: rgb(197,21,33); }
div.DivClassName
{
background-color: #C51521;
}
.BgClassName
{
background-color: #C51521;
}
</style>
border-color css
<style>
span { border-color: #C51521; }
span { border-color: rgb(197,21,33); }
td.TdClassName
{
border-color: #C51521;
}
.TagClassName
{
border-color: #C51521;
}
</style>