Shades of Fire Engine Red #C2111E
Tints of Fire Engine Red #C2111E
RGB
CMYK
RGB Variations
Color information
#C2111E (or 0xC2111E) is known color: Fire Engine Red. HEX triplet: C2, 11 and 1E. RGB value is (194,17,30). Sum of RGB (Red+Green+Blue) = 194+17+30=241 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.50% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 194 - color contains mainly: red. Hex color #C2111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2111E is #3DEEE1. Grayscale: #474747. Windows color (decimal): -4058850 or 1970626. OLE color: 1970626.
HSL color Cylindrical-coordinate representation of color #C2111E: hue angle of 355.59º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2111E is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 30 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.24 |
| HSL | 355.59º | 0.84% | 0.41% | - |
| HSV(B) | 355.59º | 0.91% | 0.76% | - |
| XYZ | 22.68 | 11.96 | 2.34 | - |
| YUV | 71.41 | 104.64 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 30 | 0 | 0.91 | 0.85 | 0.24 | 355.59 | 0.84 | 0.41 |
| Hex | C2 | 11 | 1E | 0 | 5B | 55 | 18 | 164 | 54 | 29 |
| Octal | 302 | 21 | 36 | 0 | 133 | 125 | 30 | 544 | 124 | 51 |
| Binary | 11000010 | 10001 | 11110 | 0 | 1011011 | 1010101 | 11000 | 101100100 | 1010100 | 101001 |
Color Harmonies of #C2111E
Complementary color
Monochromatic Colors of #C2111E
Black with #C2111E
Text Example
Text Example
White with #C2111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2111E; }
p { color: rgb(194,17,30); }
H1.HeaderClassName
{
color: #C2111E;
}
.AnyTagClassName
{
color: #C2111E;
}
</style>
background-color css
<style>
a { background-color: #C2111E; }
a { background-color: rgb(194,17,30); }
div.DivClassName
{
background-color: #C2111E;
}
.BgClassName
{
background-color: #C2111E;
}
</style>
border-color css
<style>
span { border-color: #C2111E; }
span { border-color: rgb(194,17,30); }
td.TdClassName
{
border-color: #C2111E;
}
.TagClassName
{
border-color: #C2111E;
}
</style>