Shades of Fire Engine Red #C11322
Tints of Fire Engine Red #C11322
RGB
CMYK
RGB Variations
Color information
#C11322 (or 0xC11322) is known color: Fire Engine Red. HEX triplet: C1, 13 and 22. RGB value is (193,19,34). Sum of RGB (Red+Green+Blue) = 193+19+34=246 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.46% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 193 - color contains mainly: red. Hex color #C11322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11322 is #3EECDD. Grayscale: #484848. Windows color (decimal): -4123870 or 2233281. OLE color: 2233281.
HSL color Cylindrical-coordinate representation of color #C11322: hue angle of 354.83º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11322 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 34 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.24 |
| HSL | 354.83º | 0.82% | 0.42% | - |
| HSV(B) | 354.83º | 0.9% | 0.76% | - |
| XYZ | 22.51 | 11.92 | 2.63 | - |
| YUV | 72.74 | 106.15 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 34 | 0 | 0.90 | 0.82 | 0.24 | 354.83 | 0.82 | 0.42 |
| Hex | C1 | 13 | 22 | 0 | 5A | 52 | 18 | 163 | 52 | 2A |
| Octal | 301 | 23 | 42 | 0 | 132 | 122 | 30 | 543 | 122 | 52 |
| Binary | 11000001 | 10011 | 100010 | 0 | 1011010 | 1010010 | 11000 | 101100011 | 1010010 | 101010 |
Color Harmonies of #C11322
Complementary color
Monochromatic Colors of #C11322
Black with #C11322
Text Example
Text Example
White with #C11322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11322; }
p { color: rgb(193,19,34); }
H1.HeaderClassName
{
color: #C11322;
}
.AnyTagClassName
{
color: #C11322;
}
</style>
background-color css
<style>
a { background-color: #C11322; }
a { background-color: rgb(193,19,34); }
div.DivClassName
{
background-color: #C11322;
}
.BgClassName
{
background-color: #C11322;
}
</style>
border-color css
<style>
span { border-color: #C11322; }
span { border-color: rgb(193,19,34); }
td.TdClassName
{
border-color: #C11322;
}
.TagClassName
{
border-color: #C11322;
}
</style>