Shades of Fire Engine Red #C61121
Tints of Fire Engine Red #C61121
RGB
CMYK
RGB Variations
Color information
#C61121 (or 0xC61121) is known color: Fire Engine Red. HEX triplet: C6, 11 and 21. RGB value is (198,17,33). Sum of RGB (Red+Green+Blue) = 198+17+33=248 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.84% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 198 - color contains mainly: red. Hex color #C61121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61121 is #39EEDE. Grayscale: #494949. Windows color (decimal): -3796703 or 2167238. OLE color: 2167238.
HSL color Cylindrical-coordinate representation of color #C61121: hue angle of 354.7º 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 #C61121 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 33 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.22 |
| HSL | 354.7º | 0.84% | 0.42% | - |
| HSV(B) | 354.7º | 0.91% | 0.78% | - |
| XYZ | 23.76 | 12.52 | 2.6 | - |
| YUV | 72.94 | 105.47 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 33 | 0 | 0.91 | 0.83 | 0.22 | 354.7 | 0.84 | 0.42 |
| Hex | C6 | 11 | 21 | 0 | 5B | 53 | 16 | 163 | 54 | 2A |
| Octal | 306 | 21 | 41 | 0 | 133 | 123 | 26 | 543 | 124 | 52 |
| Binary | 11000110 | 10001 | 100001 | 0 | 1011011 | 1010011 | 10110 | 101100011 | 1010100 | 101010 |
Color Harmonies of #C61121
Complementary color
Monochromatic Colors of #C61121
Black with #C61121
Text Example
Text Example
White with #C61121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61121; }
p { color: rgb(198,17,33); }
H1.HeaderClassName
{
color: #C61121;
}
.AnyTagClassName
{
color: #C61121;
}
</style>
background-color css
<style>
a { background-color: #C61121; }
a { background-color: rgb(198,17,33); }
div.DivClassName
{
background-color: #C61121;
}
.BgClassName
{
background-color: #C61121;
}
</style>
border-color css
<style>
span { border-color: #C61121; }
span { border-color: rgb(198,17,33); }
td.TdClassName
{
border-color: #C61121;
}
.TagClassName
{
border-color: #C61121;
}
</style>