Shades of Fire Engine Red #C11229
Tints of Fire Engine Red #C11229
RGB
CMYK
RGB Variations
Color information
#C11229 (or 0xC11229) is known color: Fire Engine Red. HEX triplet: C1, 12 and 29. RGB value is (193,18,41). Sum of RGB (Red+Green+Blue) = 193+18+41=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C11229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11229 is #3EEDD6. Grayscale: #494949. Windows color (decimal): -4124119 or 2691777. OLE color: 2691777.
HSL color Cylindrical-coordinate representation of color #C11229: hue angle of 352.11º 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 #C11229 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 41 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.24 |
| HSL | 352.11º | 0.83% | 0.41% | - |
| HSV(B) | 352.11º | 0.91% | 0.76% | - |
| XYZ | 22.61 | 11.93 | 3.21 | - |
| YUV | 72.95 | 109.98 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 41 | 0 | 0.91 | 0.79 | 0.24 | 352.11 | 0.83 | 0.41 |
| Hex | C1 | 12 | 29 | 0 | 5B | 4F | 18 | 160 | 53 | 29 |
| Octal | 301 | 22 | 51 | 0 | 133 | 117 | 30 | 540 | 123 | 51 |
| Binary | 11000001 | 10010 | 101001 | 0 | 1011011 | 1001111 | 11000 | 101100000 | 1010011 | 101001 |
Color Harmonies of #C11229
Complementary color
Monochromatic Colors of #C11229
Black with #C11229
Text Example
Text Example
White with #C11229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11229; }
p { color: rgb(193,18,41); }
H1.HeaderClassName
{
color: #C11229;
}
.AnyTagClassName
{
color: #C11229;
}
</style>
background-color css
<style>
a { background-color: #C11229; }
a { background-color: rgb(193,18,41); }
div.DivClassName
{
background-color: #C11229;
}
.BgClassName
{
background-color: #C11229;
}
</style>
border-color css
<style>
span { border-color: #C11229; }
span { border-color: rgb(193,18,41); }
td.TdClassName
{
border-color: #C11229;
}
.TagClassName
{
border-color: #C11229;
}
</style>