Shades of Fire Engine Red #C21120
Tints of Fire Engine Red #C21120
RGB
CMYK
RGB Variations
Color information
#C21120 (or 0xC21120) is known color: Fire Engine Red. HEX triplet: C2, 11 and 20. RGB value is (194,17,32). Sum of RGB (Red+Green+Blue) = 194+17+32=243 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.84% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 194 - color contains mainly: red. Hex color #C21120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21120 is #3DEEDF. Grayscale: #474747. Windows color (decimal): -4058848 or 2101698. OLE color: 2101698.
HSL color Cylindrical-coordinate representation of color #C21120: hue angle of 354.92º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21120 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 32 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.24 |
| HSL | 354.92º | 0.84% | 0.41% | - |
| HSV(B) | 354.92º | 0.91% | 0.76% | - |
| XYZ | 22.71 | 11.97 | 2.48 | - |
| YUV | 71.63 | 105.64 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 32 | 0 | 0.91 | 0.84 | 0.24 | 354.92 | 0.84 | 0.41 |
| Hex | C2 | 11 | 20 | 0 | 5B | 54 | 18 | 163 | 54 | 29 |
| Octal | 302 | 21 | 40 | 0 | 133 | 124 | 30 | 543 | 124 | 51 |
| Binary | 11000010 | 10001 | 100000 | 0 | 1011011 | 1010100 | 11000 | 101100011 | 1010100 | 101001 |
Color Harmonies of #C21120
Complementary color
Monochromatic Colors of #C21120
Black with #C21120
Text Example
Text Example
White with #C21120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21120; }
p { color: rgb(194,17,32); }
H1.HeaderClassName
{
color: #C21120;
}
.AnyTagClassName
{
color: #C21120;
}
</style>
background-color css
<style>
a { background-color: #C21120; }
a { background-color: rgb(194,17,32); }
div.DivClassName
{
background-color: #C21120;
}
.BgClassName
{
background-color: #C21120;
}
</style>
border-color css
<style>
span { border-color: #C21120; }
span { border-color: rgb(194,17,32); }
td.TdClassName
{
border-color: #C21120;
}
.TagClassName
{
border-color: #C21120;
}
</style>