Shades of Fire Engine Red #C01121
Tints of Fire Engine Red #C01121
RGB
CMYK
RGB Variations
Color information
#C01121 (or 0xC01121) is known color: Fire Engine Red. HEX triplet: C0, 11 and 21. RGB value is (192,17,33). Sum of RGB (Red+Green+Blue) = 192+17+33=242 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.34% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 192 - color contains mainly: red. Hex color #C01121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01121 is #3FEEDE. Grayscale: #474747. Windows color (decimal): -4189919 or 2167232. OLE color: 2167232.
HSL color Cylindrical-coordinate representation of color #C01121: hue angle of 354.51º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01121 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 33 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.25 |
| HSL | 354.51º | 0.84% | 0.41% | - |
| HSV(B) | 354.51º | 0.91% | 0.75% | - |
| XYZ | 22.21 | 11.72 | 2.53 | - |
| YUV | 71.15 | 106.48 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 33 | 0 | 0.91 | 0.83 | 0.25 | 354.51 | 0.84 | 0.41 |
| Hex | C0 | 11 | 21 | 0 | 5B | 53 | 19 | 163 | 54 | 29 |
| Octal | 300 | 21 | 41 | 0 | 133 | 123 | 31 | 543 | 124 | 51 |
| Binary | 11000000 | 10001 | 100001 | 0 | 1011011 | 1010011 | 11001 | 101100011 | 1010100 | 101001 |
Color Harmonies of #C01121
Complementary color
Monochromatic Colors of #C01121
Black with #C01121
Text Example
Text Example
White with #C01121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01121; }
p { color: rgb(192,17,33); }
H1.HeaderClassName
{
color: #C01121;
}
.AnyTagClassName
{
color: #C01121;
}
</style>
background-color css
<style>
a { background-color: #C01121; }
a { background-color: rgb(192,17,33); }
div.DivClassName
{
background-color: #C01121;
}
.BgClassName
{
background-color: #C01121;
}
</style>
border-color css
<style>
span { border-color: #C01121; }
span { border-color: rgb(192,17,33); }
td.TdClassName
{
border-color: #C01121;
}
.TagClassName
{
border-color: #C01121;
}
</style>