Shades of Fire Engine Red #C21920
Tints of Fire Engine Red #C21920
RGB
CMYK
RGB Variations
Color information
#C21920 (or 0xC21920) is known color: Fire Engine Red. HEX triplet: C2, 19 and 20. RGB value is (194,25,32). Sum of RGB (Red+Green+Blue) = 194+25+32=251 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.29% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 194 - color contains mainly: red. Hex color #C21920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21920 is #3DE6DF. Grayscale: #4C4C4C. Windows color (decimal): -4056800 or 2103746. OLE color: 2103746.
HSL color Cylindrical-coordinate representation of color #C21920: hue angle of 357.51º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21920 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 32 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.24 |
| HSL | 357.51º | 0.77% | 0.43% | - |
| HSV(B) | 357.51º | 0.87% | 0.76% | - |
| XYZ | 22.86 | 12.27 | 2.53 | - |
| YUV | 76.33 | 102.99 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 32 | 0 | 0.87 | 0.84 | 0.24 | 357.51 | 0.77 | 0.43 |
| Hex | C2 | 19 | 20 | 0 | 57 | 54 | 18 | 166 | 4D | 2B |
| Octal | 302 | 31 | 40 | 0 | 127 | 124 | 30 | 546 | 115 | 53 |
| Binary | 11000010 | 11001 | 100000 | 0 | 1010111 | 1010100 | 11000 | 101100110 | 1001101 | 101011 |
Color Harmonies of #C21920
Complementary color
Monochromatic Colors of #C21920
Black with #C21920
Text Example
Text Example
White with #C21920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21920; }
p { color: rgb(194,25,32); }
H1.HeaderClassName
{
color: #C21920;
}
.AnyTagClassName
{
color: #C21920;
}
</style>
background-color css
<style>
a { background-color: #C21920; }
a { background-color: rgb(194,25,32); }
div.DivClassName
{
background-color: #C21920;
}
.BgClassName
{
background-color: #C21920;
}
</style>
border-color css
<style>
span { border-color: #C21920; }
span { border-color: rgb(194,25,32); }
td.TdClassName
{
border-color: #C21920;
}
.TagClassName
{
border-color: #C21920;
}
</style>