Shades of Fire Engine Red #C61420
Tints of Fire Engine Red #C61420
RGB
CMYK
RGB Variations
Color information
#C61420 (or 0xC61420) is known color: Fire Engine Red. HEX triplet: C6, 14 and 20. RGB value is (198,20,32). Sum of RGB (Red+Green+Blue) = 198+20+32=250 (33% of max value = 765). Red value is 198 (77.73% from 255 or 79.2% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 198 - color contains mainly: red. Hex color #C61420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61420 is #39EBDF. Grayscale: #4A4A4A. Windows color (decimal): -3795936 or 2102470. OLE color: 2102470.
HSL color Cylindrical-coordinate representation of color #C61420: hue angle of 355.96º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61420 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 32 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.22 |
| HSL | 355.96º | 0.82% | 0.43% | - |
| HSV(B) | 355.96º | 0.9% | 0.78% | - |
| XYZ | 23.8 | 12.61 | 2.55 | - |
| YUV | 74.59 | 103.97 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 32 | 0 | 0.90 | 0.84 | 0.22 | 355.96 | 0.82 | 0.43 |
| Hex | C6 | 14 | 20 | 0 | 5A | 54 | 16 | 164 | 52 | 2B |
| Octal | 306 | 24 | 40 | 0 | 132 | 124 | 26 | 544 | 122 | 53 |
| Binary | 11000110 | 10100 | 100000 | 0 | 1011010 | 1010100 | 10110 | 101100100 | 1010010 | 101011 |
Color Harmonies of #C61420
Complementary color
Monochromatic Colors of #C61420
Black with #C61420
Text Example
Text Example
White with #C61420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61420; }
p { color: rgb(198,20,32); }
H1.HeaderClassName
{
color: #C61420;
}
.AnyTagClassName
{
color: #C61420;
}
</style>
background-color css
<style>
a { background-color: #C61420; }
a { background-color: rgb(198,20,32); }
div.DivClassName
{
background-color: #C61420;
}
.BgClassName
{
background-color: #C61420;
}
</style>
border-color css
<style>
span { border-color: #C61420; }
span { border-color: rgb(198,20,32); }
td.TdClassName
{
border-color: #C61420;
}
.TagClassName
{
border-color: #C61420;
}
</style>