Shades of Fire Engine Red #C61120
Tints of Fire Engine Red #C61120
RGB
CMYK
RGB Variations
Color information
#C61120 (or 0xC61120) is known color: Fire Engine Red. HEX triplet: C6, 11 and 20. RGB value is (198,17,32). Sum of RGB (Red+Green+Blue) = 198+17+32=247 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.16% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 198 - color contains mainly: red. Hex color #C61120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61120 is #39EEDF. Grayscale: #484848. Windows color (decimal): -3796704 or 2101702. OLE color: 2101702.
HSL color Cylindrical-coordinate representation of color #C61120: hue angle of 355.03º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61120 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 32 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.22 |
| HSL | 355.03º | 0.84% | 0.42% | - |
| HSV(B) | 355.03º | 0.91% | 0.78% | - |
| XYZ | 23.75 | 12.51 | 2.53 | - |
| YUV | 72.83 | 104.97 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 32 | 0 | 0.91 | 0.84 | 0.22 | 355.03 | 0.84 | 0.42 |
| Hex | C6 | 11 | 20 | 0 | 5B | 54 | 16 | 163 | 54 | 2A |
| Octal | 306 | 21 | 40 | 0 | 133 | 124 | 26 | 543 | 124 | 52 |
| Binary | 11000110 | 10001 | 100000 | 0 | 1011011 | 1010100 | 10110 | 101100011 | 1010100 | 101010 |
Color Harmonies of #C61120
Complementary color
Monochromatic Colors of #C61120
Black with #C61120
Text Example
Text Example
White with #C61120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61120; }
p { color: rgb(198,17,32); }
H1.HeaderClassName
{
color: #C61120;
}
.AnyTagClassName
{
color: #C61120;
}
</style>
background-color css
<style>
a { background-color: #C61120; }
a { background-color: rgb(198,17,32); }
div.DivClassName
{
background-color: #C61120;
}
.BgClassName
{
background-color: #C61120;
}
</style>
border-color css
<style>
span { border-color: #C61120; }
span { border-color: rgb(198,17,32); }
td.TdClassName
{
border-color: #C61120;
}
.TagClassName
{
border-color: #C61120;
}
</style>