Shades of Fire Engine Red #C21220
Tints of Fire Engine Red #C21220
RGB
CMYK
RGB Variations
Color information
#C21220 (or 0xC21220) is known color: Fire Engine Red. HEX triplet: C2, 12 and 20. RGB value is (194,18,32). Sum of RGB (Red+Green+Blue) = 194+18+32=244 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.51% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 194 - color contains mainly: red. Hex color #C21220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21220 is #3DEDDF. Grayscale: #484848. Windows color (decimal): -4058592 or 2101954. OLE color: 2101954.
HSL color Cylindrical-coordinate representation of color #C21220: hue angle of 355.23º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21220 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 32 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.24 |
| HSL | 355.23º | 0.83% | 0.42% | - |
| HSV(B) | 355.23º | 0.91% | 0.76% | - |
| XYZ | 22.73 | 12.01 | 2.49 | - |
| YUV | 72.22 | 105.31 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 32 | 0 | 0.91 | 0.84 | 0.24 | 355.23 | 0.83 | 0.42 |
| Hex | C2 | 12 | 20 | 0 | 5B | 54 | 18 | 163 | 53 | 2A |
| Octal | 302 | 22 | 40 | 0 | 133 | 124 | 30 | 543 | 123 | 52 |
| Binary | 11000010 | 10010 | 100000 | 0 | 1011011 | 1010100 | 11000 | 101100011 | 1010011 | 101010 |
Color Harmonies of #C21220
Complementary color
Monochromatic Colors of #C21220
Black with #C21220
Text Example
Text Example
White with #C21220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21220; }
p { color: rgb(194,18,32); }
H1.HeaderClassName
{
color: #C21220;
}
.AnyTagClassName
{
color: #C21220;
}
</style>
background-color css
<style>
a { background-color: #C21220; }
a { background-color: rgb(194,18,32); }
div.DivClassName
{
background-color: #C21220;
}
.BgClassName
{
background-color: #C21220;
}
</style>
border-color css
<style>
span { border-color: #C21220; }
span { border-color: rgb(194,18,32); }
td.TdClassName
{
border-color: #C21220;
}
.TagClassName
{
border-color: #C21220;
}
</style>