Shades of Fire Engine Red #C11223
Tints of Fire Engine Red #C11223
RGB
CMYK
RGB Variations
Color information
#C11223 (or 0xC11223) is known color: Fire Engine Red. HEX triplet: C1, 12 and 23. RGB value is (193,18,35). Sum of RGB (Red+Green+Blue) = 193+18+35=246 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.46% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 193 - color contains mainly: red. Hex color #C11223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11223 is #3EEDDC. Grayscale: #484848. Windows color (decimal): -4124125 or 2298561. OLE color: 2298561.
HSL color Cylindrical-coordinate representation of color #C11223: hue angle of 354.17º 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 #C11223 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 35 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.24 |
| HSL | 354.17º | 0.83% | 0.41% | - |
| HSV(B) | 354.17º | 0.91% | 0.76% | - |
| XYZ | 22.51 | 11.89 | 2.7 | - |
| YUV | 72.26 | 106.98 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 35 | 0 | 0.91 | 0.82 | 0.24 | 354.17 | 0.83 | 0.41 |
| Hex | C1 | 12 | 23 | 0 | 5B | 52 | 18 | 162 | 53 | 29 |
| Octal | 301 | 22 | 43 | 0 | 133 | 122 | 30 | 542 | 123 | 51 |
| Binary | 11000001 | 10010 | 100011 | 0 | 1011011 | 1010010 | 11000 | 101100010 | 1010011 | 101001 |
Color Harmonies of #C11223
Complementary color
Monochromatic Colors of #C11223
Black with #C11223
Text Example
Text Example
White with #C11223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11223; }
p { color: rgb(193,18,35); }
H1.HeaderClassName
{
color: #C11223;
}
.AnyTagClassName
{
color: #C11223;
}
</style>
background-color css
<style>
a { background-color: #C11223; }
a { background-color: rgb(193,18,35); }
div.DivClassName
{
background-color: #C11223;
}
.BgClassName
{
background-color: #C11223;
}
</style>
border-color css
<style>
span { border-color: #C11223; }
span { border-color: rgb(193,18,35); }
td.TdClassName
{
border-color: #C11223;
}
.TagClassName
{
border-color: #C11223;
}
</style>