Shades of Fire Engine Red #C01921
Tints of Fire Engine Red #C01921
RGB
CMYK
RGB Variations
Color information
#C01921 (or 0xC01921) is known color: Fire Engine Red. HEX triplet: C0, 19 and 21. RGB value is (192,25,33). Sum of RGB (Red+Green+Blue) = 192+25+33=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C01921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01921 is #3FE6DE. Grayscale: #4B4B4B. Windows color (decimal): -4187871 or 2169280. OLE color: 2169280.
HSL color Cylindrical-coordinate representation of color #C01921: hue angle of 357.13º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01921 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 33 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.25 |
| HSL | 357.13º | 0.77% | 0.43% | - |
| HSV(B) | 357.13º | 0.87% | 0.75% | - |
| XYZ | 22.36 | 12.01 | 2.58 | - |
| YUV | 75.85 | 103.83 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 33 | 0 | 0.87 | 0.83 | 0.25 | 357.13 | 0.77 | 0.43 |
| Hex | C0 | 19 | 21 | 0 | 57 | 53 | 19 | 165 | 4D | 2B |
| Octal | 300 | 31 | 41 | 0 | 127 | 123 | 31 | 545 | 115 | 53 |
| Binary | 11000000 | 11001 | 100001 | 0 | 1010111 | 1010011 | 11001 | 101100101 | 1001101 | 101011 |
Color Harmonies of #C01921
Complementary color
Monochromatic Colors of #C01921
Black with #C01921
Text Example
Text Example
White with #C01921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01921; }
p { color: rgb(192,25,33); }
H1.HeaderClassName
{
color: #C01921;
}
.AnyTagClassName
{
color: #C01921;
}
</style>
background-color css
<style>
a { background-color: #C01921; }
a { background-color: rgb(192,25,33); }
div.DivClassName
{
background-color: #C01921;
}
.BgClassName
{
background-color: #C01921;
}
</style>
border-color css
<style>
span { border-color: #C01921; }
span { border-color: rgb(192,25,33); }
td.TdClassName
{
border-color: #C01921;
}
.TagClassName
{
border-color: #C01921;
}
</style>