Shades of Fire Engine Red #C21921
Tints of Fire Engine Red #C21921
RGB
CMYK
RGB Variations
Color information
#C21921 (or 0xC21921) is known color: Fire Engine Red. HEX triplet: C2, 19 and 21. RGB value is (194,25,33). Sum of RGB (Red+Green+Blue) = 194+25+33=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C21921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21921 is #3DE6DE. Grayscale: #4C4C4C. Windows color (decimal): -4056799 or 2169282. OLE color: 2169282.
HSL color Cylindrical-coordinate representation of color #C21921: hue angle of 357.16º 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 #C21921 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 33 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.24 |
| HSL | 357.16º | 0.77% | 0.43% | - |
| HSV(B) | 357.16º | 0.87% | 0.76% | - |
| XYZ | 22.87 | 12.27 | 2.6 | - |
| YUV | 76.44 | 103.49 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 33 | 0 | 0.87 | 0.83 | 0.24 | 357.16 | 0.77 | 0.43 |
| Hex | C2 | 19 | 21 | 0 | 57 | 53 | 18 | 165 | 4D | 2B |
| Octal | 302 | 31 | 41 | 0 | 127 | 123 | 30 | 545 | 115 | 53 |
| Binary | 11000010 | 11001 | 100001 | 0 | 1010111 | 1010011 | 11000 | 101100101 | 1001101 | 101011 |
Color Harmonies of #C21921
Complementary color
Monochromatic Colors of #C21921
Black with #C21921
Text Example
Text Example
White with #C21921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21921; }
p { color: rgb(194,25,33); }
H1.HeaderClassName
{
color: #C21921;
}
.AnyTagClassName
{
color: #C21921;
}
</style>
background-color css
<style>
a { background-color: #C21921; }
a { background-color: rgb(194,25,33); }
div.DivClassName
{
background-color: #C21921;
}
.BgClassName
{
background-color: #C21921;
}
</style>
border-color css
<style>
span { border-color: #C21921; }
span { border-color: rgb(194,25,33); }
td.TdClassName
{
border-color: #C21921;
}
.TagClassName
{
border-color: #C21921;
}
</style>