Shades of Fire Engine Red #C01120
Tints of Fire Engine Red #C01120
RGB
CMYK
RGB Variations
Color information
#C01120 (or 0xC01120) is known color: Fire Engine Red. HEX triplet: C0, 11 and 20. RGB value is (192,17,32). Sum of RGB (Red+Green+Blue) = 192+17+32=241 (31% of max value = 765). Red value is 192 (75.39% from 255 or 79.67% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 192 - color contains mainly: red. Hex color #C01120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01120 is #3FEEDF. Grayscale: #474747. Windows color (decimal): -4189920 or 2101696. OLE color: 2101696.
HSL color Cylindrical-coordinate representation of color #C01120: hue angle of 354.86º 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 #C01120 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 32 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.25 |
| HSL | 354.86º | 0.84% | 0.41% | - |
| HSV(B) | 354.86º | 0.91% | 0.75% | - |
| XYZ | 22.2 | 11.71 | 2.46 | - |
| YUV | 71.04 | 105.98 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 32 | 0 | 0.91 | 0.83 | 0.25 | 354.86 | 0.84 | 0.41 |
| Hex | C0 | 11 | 20 | 0 | 5B | 53 | 19 | 163 | 54 | 29 |
| Octal | 300 | 21 | 40 | 0 | 133 | 123 | 31 | 543 | 124 | 51 |
| Binary | 11000000 | 10001 | 100000 | 0 | 1011011 | 1010011 | 11001 | 101100011 | 1010100 | 101001 |
Color Harmonies of #C01120
Complementary color
Monochromatic Colors of #C01120
Black with #C01120
Text Example
Text Example
White with #C01120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01120; }
p { color: rgb(192,17,32); }
H1.HeaderClassName
{
color: #C01120;
}
.AnyTagClassName
{
color: #C01120;
}
</style>
background-color css
<style>
a { background-color: #C01120; }
a { background-color: rgb(192,17,32); }
div.DivClassName
{
background-color: #C01120;
}
.BgClassName
{
background-color: #C01120;
}
</style>
border-color css
<style>
span { border-color: #C01120; }
span { border-color: rgb(192,17,32); }
td.TdClassName
{
border-color: #C01120;
}
.TagClassName
{
border-color: #C01120;
}
</style>