Shades of Fire Engine Red #C01621
Tints of Fire Engine Red #C01621
RGB
CMYK
RGB Variations
Color information
#C01621 (or 0xC01621) is known color: Fire Engine Red. HEX triplet: C0, 16 and 21. RGB value is (192,22,33). Sum of RGB (Red+Green+Blue) = 192+22+33=247 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.73% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 192 - color contains mainly: red. Hex color #C01621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01621 is #3FE9DE. Grayscale: #4A4A4A. Windows color (decimal): -4188639 or 2168512. OLE color: 2168512.
HSL color Cylindrical-coordinate representation of color #C01621: hue angle of 356.12º 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 #C01621 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 33 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.25 |
| HSL | 356.12º | 0.79% | 0.42% | - |
| HSV(B) | 356.12º | 0.89% | 0.75% | - |
| XYZ | 22.3 | 11.89 | 2.56 | - |
| YUV | 74.08 | 104.82 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 33 | 0 | 0.89 | 0.83 | 0.25 | 356.12 | 0.79 | 0.42 |
| Hex | C0 | 16 | 21 | 0 | 59 | 53 | 19 | 164 | 4F | 2A |
| Octal | 300 | 26 | 41 | 0 | 131 | 123 | 31 | 544 | 117 | 52 |
| Binary | 11000000 | 10110 | 100001 | 0 | 1011001 | 1010011 | 11001 | 101100100 | 1001111 | 101010 |
Color Harmonies of #C01621
Complementary color
Monochromatic Colors of #C01621
Black with #C01621
Text Example
Text Example
White with #C01621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01621; }
p { color: rgb(192,22,33); }
H1.HeaderClassName
{
color: #C01621;
}
.AnyTagClassName
{
color: #C01621;
}
</style>
background-color css
<style>
a { background-color: #C01621; }
a { background-color: rgb(192,22,33); }
div.DivClassName
{
background-color: #C01621;
}
.BgClassName
{
background-color: #C01621;
}
</style>
border-color css
<style>
span { border-color: #C01621; }
span { border-color: rgb(192,22,33); }
td.TdClassName
{
border-color: #C01621;
}
.TagClassName
{
border-color: #C01621;
}
</style>