Shades of Fire Engine Red #C21F20
Tints of Fire Engine Red #C21F20
RGB
CMYK
RGB Variations
Color information
#C21F20 (or 0xC21F20) is known color: Fire Engine Red. HEX triplet: C2, 1F and 20. RGB value is (194,31,32). Sum of RGB (Red+Green+Blue) = 194+31+32=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21F20 is #3DE0DF. Grayscale: #505050. Windows color (decimal): -4055264 or 2105282. OLE color: 2105282.
HSL color Cylindrical-coordinate representation of color #C21F20: hue angle of 359.63º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21F20 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 32 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.24 |
| HSL | 359.63º | 0.72% | 0.44% | - |
| HSV(B) | 359.63º | 0.84% | 0.76% | - |
| XYZ | 23 | 12.55 | 2.58 | - |
| YUV | 79.85 | 101 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 32 | 0 | 0.84 | 0.84 | 0.24 | 359.63 | 0.72 | 0.44 |
| Hex | C2 | 1F | 20 | 0 | 54 | 54 | 18 | 168 | 48 | 2C |
| Octal | 302 | 37 | 40 | 0 | 124 | 124 | 30 | 550 | 110 | 54 |
| Binary | 11000010 | 11111 | 100000 | 0 | 1010100 | 1010100 | 11000 | 101101000 | 1001000 | 101100 |
Color Harmonies of #C21F20
Complementary color
Monochromatic Colors of #C21F20
Black with #C21F20
Text Example
Text Example
White with #C21F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21F20; }
p { color: rgb(194,31,32); }
H1.HeaderClassName
{
color: #C21F20;
}
.AnyTagClassName
{
color: #C21F20;
}
</style>
background-color css
<style>
a { background-color: #C21F20; }
a { background-color: rgb(194,31,32); }
div.DivClassName
{
background-color: #C21F20;
}
.BgClassName
{
background-color: #C21F20;
}
</style>
border-color css
<style>
span { border-color: #C21F20; }
span { border-color: rgb(194,31,32); }
td.TdClassName
{
border-color: #C21F20;
}
.TagClassName
{
border-color: #C21F20;
}
</style>