Shades of Fire Engine Red #C1121E
Tints of Fire Engine Red #C1121E
RGB
CMYK
RGB Variations
Color information
#C1121E (or 0xC1121E) is known color: Fire Engine Red. HEX triplet: C1, 12 and 1E. RGB value is (193,18,30). Sum of RGB (Red+Green+Blue) = 193+18+30=241 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.08% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 193 - color contains mainly: red. Hex color #C1121E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1121E is #3EEDE1. Grayscale: #474747. Windows color (decimal): -4124130 or 1970881. OLE color: 1970881.
HSL color Cylindrical-coordinate representation of color #C1121E: hue angle of 355.89º degrees, saturation: 0.83, 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 #C1121E is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 30 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.24 |
| HSL | 355.89º | 0.83% | 0.41% | - |
| HSV(B) | 355.89º | 0.91% | 0.76% | - |
| XYZ | 22.44 | 11.86 | 2.34 | - |
| YUV | 71.69 | 104.48 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 30 | 0 | 0.91 | 0.84 | 0.24 | 355.89 | 0.83 | 0.41 |
| Hex | C1 | 12 | 1E | 0 | 5B | 54 | 18 | 164 | 53 | 29 |
| Octal | 301 | 22 | 36 | 0 | 133 | 124 | 30 | 544 | 123 | 51 |
| Binary | 11000001 | 10010 | 11110 | 0 | 1011011 | 1010100 | 11000 | 101100100 | 1010011 | 101001 |
Color Harmonies of #C1121E
Complementary color
Monochromatic Colors of #C1121E
Black with #C1121E
Text Example
Text Example
White with #C1121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1121E; }
p { color: rgb(193,18,30); }
H1.HeaderClassName
{
color: #C1121E;
}
.AnyTagClassName
{
color: #C1121E;
}
</style>
background-color css
<style>
a { background-color: #C1121E; }
a { background-color: rgb(193,18,30); }
div.DivClassName
{
background-color: #C1121E;
}
.BgClassName
{
background-color: #C1121E;
}
</style>
border-color css
<style>
span { border-color: #C1121E; }
span { border-color: rgb(193,18,30); }
td.TdClassName
{
border-color: #C1121E;
}
.TagClassName
{
border-color: #C1121E;
}
</style>