Shades of Fire Engine Red #C2111D
Tints of Fire Engine Red #C2111D
RGB
CMYK
RGB Variations
Color information
#C2111D (or 0xC2111D) is known color: Fire Engine Red. HEX triplet: C2, 11 and 1D. RGB value is (194,17,29). Sum of RGB (Red+Green+Blue) = 194+17+29=240 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.83% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 194 - color contains mainly: red. Hex color #C2111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2111D is #3DEEE2. Grayscale: #474747. Windows color (decimal): -4058851 or 1905090. OLE color: 1905090.
HSL color Cylindrical-coordinate representation of color #C2111D: hue angle of 355.93º 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 #C2111D is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 29 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.24 |
| HSL | 355.93º | 0.84% | 0.41% | - |
| HSV(B) | 355.93º | 0.91% | 0.76% | - |
| XYZ | 22.67 | 11.96 | 2.28 | - |
| YUV | 71.29 | 104.14 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 29 | 0 | 0.91 | 0.85 | 0.24 | 355.93 | 0.84 | 0.41 |
| Hex | C2 | 11 | 1D | 0 | 5B | 55 | 18 | 164 | 54 | 29 |
| Octal | 302 | 21 | 35 | 0 | 133 | 125 | 30 | 544 | 124 | 51 |
| Binary | 11000010 | 10001 | 11101 | 0 | 1011011 | 1010101 | 11000 | 101100100 | 1010100 | 101001 |
Color Harmonies of #C2111D
Complementary color
Monochromatic Colors of #C2111D
Black with #C2111D
Text Example
Text Example
White with #C2111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2111D; }
p { color: rgb(194,17,29); }
H1.HeaderClassName
{
color: #C2111D;
}
.AnyTagClassName
{
color: #C2111D;
}
</style>
background-color css
<style>
a { background-color: #C2111D; }
a { background-color: rgb(194,17,29); }
div.DivClassName
{
background-color: #C2111D;
}
.BgClassName
{
background-color: #C2111D;
}
</style>
border-color css
<style>
span { border-color: #C2111D; }
span { border-color: rgb(194,17,29); }
td.TdClassName
{
border-color: #C2111D;
}
.TagClassName
{
border-color: #C2111D;
}
</style>