Shades of Fire Engine Red #C51221
Tints of Fire Engine Red #C51221
RGB
CMYK
RGB Variations
Color information
#C51221 (or 0xC51221) is known color: Fire Engine Red. HEX triplet: C5, 12 and 21. RGB value is (197,18,33). Sum of RGB (Red+Green+Blue) = 197+18+33=248 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.44% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 197 - color contains mainly: red. Hex color #C51221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51221 is #3AEDDE. Grayscale: #494949. Windows color (decimal): -3861983 or 2167493. OLE color: 2167493.
HSL color Cylindrical-coordinate representation of color #C51221: hue angle of 354.97º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51221 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 33 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.23 |
| HSL | 354.97º | 0.83% | 0.42% | - |
| HSV(B) | 354.97º | 0.91% | 0.77% | - |
| XYZ | 23.52 | 12.41 | 2.6 | - |
| YUV | 73.23 | 105.3 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 33 | 0 | 0.91 | 0.83 | 0.23 | 354.97 | 0.83 | 0.42 |
| Hex | C5 | 12 | 21 | 0 | 5B | 53 | 17 | 163 | 53 | 2A |
| Octal | 305 | 22 | 41 | 0 | 133 | 123 | 27 | 543 | 123 | 52 |
| Binary | 11000101 | 10010 | 100001 | 0 | 1011011 | 1010011 | 10111 | 101100011 | 1010011 | 101010 |
Color Harmonies of #C51221
Complementary color
Monochromatic Colors of #C51221
Black with #C51221
Text Example
Text Example
White with #C51221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51221; }
p { color: rgb(197,18,33); }
H1.HeaderClassName
{
color: #C51221;
}
.AnyTagClassName
{
color: #C51221;
}
</style>
background-color css
<style>
a { background-color: #C51221; }
a { background-color: rgb(197,18,33); }
div.DivClassName
{
background-color: #C51221;
}
.BgClassName
{
background-color: #C51221;
}
</style>
border-color css
<style>
span { border-color: #C51221; }
span { border-color: rgb(197,18,33); }
td.TdClassName
{
border-color: #C51221;
}
.TagClassName
{
border-color: #C51221;
}
</style>