Shades of Fire Engine Red #C11227
Tints of Fire Engine Red #C11227
RGB
CMYK
RGB Variations
Color information
#C11227 (or 0xC11227) is known color: Fire Engine Red. HEX triplet: C1, 12 and 27. RGB value is (193,18,39). Sum of RGB (Red+Green+Blue) = 193+18+39=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C11227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11227 is #3EEDD8. Grayscale: #484848. Windows color (decimal): -4124121 or 2560705. OLE color: 2560705.
HSL color Cylindrical-coordinate representation of color #C11227: hue angle of 352.8º 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 #C11227 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 39 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.24 |
| HSL | 352.8º | 0.83% | 0.41% | - |
| HSV(B) | 352.8º | 0.91% | 0.76% | - |
| XYZ | 22.57 | 11.92 | 3.03 | - |
| YUV | 72.72 | 108.98 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 39 | 0 | 0.91 | 0.80 | 0.24 | 352.8 | 0.83 | 0.41 |
| Hex | C1 | 12 | 27 | 0 | 5B | 50 | 18 | 161 | 53 | 29 |
| Octal | 301 | 22 | 47 | 0 | 133 | 120 | 30 | 541 | 123 | 51 |
| Binary | 11000001 | 10010 | 100111 | 0 | 1011011 | 1010000 | 11000 | 101100001 | 1010011 | 101001 |
Color Harmonies of #C11227
Complementary color
Monochromatic Colors of #C11227
Black with #C11227
Text Example
Text Example
White with #C11227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11227; }
p { color: rgb(193,18,39); }
H1.HeaderClassName
{
color: #C11227;
}
.AnyTagClassName
{
color: #C11227;
}
</style>
background-color css
<style>
a { background-color: #C11227; }
a { background-color: rgb(193,18,39); }
div.DivClassName
{
background-color: #C11227;
}
.BgClassName
{
background-color: #C11227;
}
</style>
border-color css
<style>
span { border-color: #C11227; }
span { border-color: rgb(193,18,39); }
td.TdClassName
{
border-color: #C11227;
}
.TagClassName
{
border-color: #C11227;
}
</style>