Shades of Fire Engine Red #C1111E
Tints of Fire Engine Red #C1111E
RGB
CMYK
RGB Variations
Color information
#C1111E (or 0xC1111E) is known color: Fire Engine Red. HEX triplet: C1, 11 and 1E. RGB value is (193,17,30). Sum of RGB (Red+Green+Blue) = 193+17+30=240 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.42% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 193 - color contains mainly: red. Hex color #C1111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1111E is #3EEEE1. Grayscale: #474747. Windows color (decimal): -4124386 or 1970625. OLE color: 1970625.
HSL color Cylindrical-coordinate representation of color #C1111E: hue angle of 355.57º 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 #C1111E is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 30 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.24 |
| HSL | 355.57º | 0.84% | 0.41% | - |
| HSV(B) | 355.57º | 0.91% | 0.76% | - |
| XYZ | 22.43 | 11.83 | 2.33 | - |
| YUV | 71.11 | 104.81 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 30 | 0 | 0.91 | 0.84 | 0.24 | 355.57 | 0.84 | 0.41 |
| Hex | C1 | 11 | 1E | 0 | 5B | 54 | 18 | 164 | 54 | 29 |
| Octal | 301 | 21 | 36 | 0 | 133 | 124 | 30 | 544 | 124 | 51 |
| Binary | 11000001 | 10001 | 11110 | 0 | 1011011 | 1010100 | 11000 | 101100100 | 1010100 | 101001 |
Color Harmonies of #C1111E
Complementary color
Monochromatic Colors of #C1111E
Black with #C1111E
Text Example
Text Example
White with #C1111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1111E; }
p { color: rgb(193,17,30); }
H1.HeaderClassName
{
color: #C1111E;
}
.AnyTagClassName
{
color: #C1111E;
}
</style>
background-color css
<style>
a { background-color: #C1111E; }
a { background-color: rgb(193,17,30); }
div.DivClassName
{
background-color: #C1111E;
}
.BgClassName
{
background-color: #C1111E;
}
</style>
border-color css
<style>
span { border-color: #C1111E; }
span { border-color: rgb(193,17,30); }
td.TdClassName
{
border-color: #C1111E;
}
.TagClassName
{
border-color: #C1111E;
}
</style>