Shades of Fire Engine Red #C01622
Tints of Fire Engine Red #C01622
RGB
CMYK
RGB Variations
Color information
#C01622 (or 0xC01622) is known color: Fire Engine Red. HEX triplet: C0, 16 and 22. RGB value is (192,22,34). Sum of RGB (Red+Green+Blue) = 192+22+34=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C01622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01622 is #3FE9DD. Grayscale: #4A4A4A. Windows color (decimal): -4188638 or 2234048. OLE color: 2234048.
HSL color Cylindrical-coordinate representation of color #C01622: hue angle of 355.76º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01622 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 34 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.25 |
| HSL | 355.76º | 0.79% | 0.42% | - |
| HSV(B) | 355.76º | 0.89% | 0.75% | - |
| XYZ | 22.31 | 11.9 | 2.63 | - |
| YUV | 74.2 | 105.32 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 34 | 0 | 0.89 | 0.82 | 0.25 | 355.76 | 0.79 | 0.42 |
| Hex | C0 | 16 | 22 | 0 | 59 | 52 | 19 | 164 | 4F | 2A |
| Octal | 300 | 26 | 42 | 0 | 131 | 122 | 31 | 544 | 117 | 52 |
| Binary | 11000000 | 10110 | 100010 | 0 | 1011001 | 1010010 | 11001 | 101100100 | 1001111 | 101010 |
Color Harmonies of #C01622
Complementary color
Monochromatic Colors of #C01622
Black with #C01622
Text Example
Text Example
White with #C01622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01622; }
p { color: rgb(192,22,34); }
H1.HeaderClassName
{
color: #C01622;
}
.AnyTagClassName
{
color: #C01622;
}
</style>
background-color css
<style>
a { background-color: #C01622; }
a { background-color: rgb(192,22,34); }
div.DivClassName
{
background-color: #C01622;
}
.BgClassName
{
background-color: #C01622;
}
</style>
border-color css
<style>
span { border-color: #C01622; }
span { border-color: rgb(192,22,34); }
td.TdClassName
{
border-color: #C01622;
}
.TagClassName
{
border-color: #C01622;
}
</style>