Shades of Fire Engine Red #C61122
Tints of Fire Engine Red #C61122
RGB
CMYK
RGB Variations
Color information
#C61122 (or 0xC61122) is known color: Fire Engine Red. HEX triplet: C6, 11 and 22. RGB value is (198,17,34). Sum of RGB (Red+Green+Blue) = 198+17+34=249 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.52% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 198 - color contains mainly: red. Hex color #C61122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61122 is #39EEDD. Grayscale: #494949. Windows color (decimal): -3796702 or 2232774. OLE color: 2232774.
HSL color Cylindrical-coordinate representation of color #C61122: hue angle of 354.36º 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 #C61122 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 34 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.22 |
| HSL | 354.36º | 0.84% | 0.42% | - |
| HSV(B) | 354.36º | 0.91% | 0.78% | - |
| XYZ | 23.78 | 12.52 | 2.68 | - |
| YUV | 73.06 | 105.97 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 34 | 0 | 0.91 | 0.83 | 0.22 | 354.36 | 0.84 | 0.42 |
| Hex | C6 | 11 | 22 | 0 | 5B | 53 | 16 | 162 | 54 | 2A |
| Octal | 306 | 21 | 42 | 0 | 133 | 123 | 26 | 542 | 124 | 52 |
| Binary | 11000110 | 10001 | 100010 | 0 | 1011011 | 1010011 | 10110 | 101100010 | 1010100 | 101010 |
Color Harmonies of #C61122
Complementary color
Monochromatic Colors of #C61122
Black with #C61122
Text Example
Text Example
White with #C61122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61122; }
p { color: rgb(198,17,34); }
H1.HeaderClassName
{
color: #C61122;
}
.AnyTagClassName
{
color: #C61122;
}
</style>
background-color css
<style>
a { background-color: #C61122; }
a { background-color: rgb(198,17,34); }
div.DivClassName
{
background-color: #C61122;
}
.BgClassName
{
background-color: #C61122;
}
</style>
border-color css
<style>
span { border-color: #C61122; }
span { border-color: rgb(198,17,34); }
td.TdClassName
{
border-color: #C61122;
}
.TagClassName
{
border-color: #C61122;
}
</style>