Shades of Fire Engine Red #C01720
Tints of Fire Engine Red #C01720
RGB
CMYK
RGB Variations
Color information
#C01720 (or 0xC01720) is known color: Fire Engine Red. HEX triplet: C0, 17 and 20. RGB value is (192,23,32). Sum of RGB (Red+Green+Blue) = 192+23+32=247 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.73% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 192 - color contains mainly: red. Hex color #C01720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01720 is #3FE8DF. Grayscale: #4A4A4A. Windows color (decimal): -4188384 or 2103232. OLE color: 2103232.
HSL color Cylindrical-coordinate representation of color #C01720: hue angle of 356.8º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01720 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 32 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.25 |
| HSL | 356.8º | 0.79% | 0.42% | - |
| HSV(B) | 356.8º | 0.88% | 0.75% | - |
| XYZ | 22.31 | 11.92 | 2.49 | - |
| YUV | 74.56 | 103.99 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 32 | 0 | 0.88 | 0.83 | 0.25 | 356.8 | 0.79 | 0.42 |
| Hex | C0 | 17 | 20 | 0 | 58 | 53 | 19 | 165 | 4F | 2A |
| Octal | 300 | 27 | 40 | 0 | 130 | 123 | 31 | 545 | 117 | 52 |
| Binary | 11000000 | 10111 | 100000 | 0 | 1011000 | 1010011 | 11001 | 101100101 | 1001111 | 101010 |
Color Harmonies of #C01720
Complementary color
Monochromatic Colors of #C01720
Black with #C01720
Text Example
Text Example
White with #C01720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01720; }
p { color: rgb(192,23,32); }
H1.HeaderClassName
{
color: #C01720;
}
.AnyTagClassName
{
color: #C01720;
}
</style>
background-color css
<style>
a { background-color: #C01720; }
a { background-color: rgb(192,23,32); }
div.DivClassName
{
background-color: #C01720;
}
.BgClassName
{
background-color: #C01720;
}
</style>
border-color css
<style>
span { border-color: #C01720; }
span { border-color: rgb(192,23,32); }
td.TdClassName
{
border-color: #C01720;
}
.TagClassName
{
border-color: #C01720;
}
</style>