Shades of Fire Engine Red #C21F22
Tints of Fire Engine Red #C21F22
RGB
CMYK
RGB Variations
Color information
#C21F22 (or 0xC21F22) is known color: Fire Engine Red. HEX triplet: C2, 1F and 22. RGB value is (194,31,34). Sum of RGB (Red+Green+Blue) = 194+31+34=259 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.90% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21F22 is #3DE0DD. Grayscale: #505050. Windows color (decimal): -4055262 or 2236354. OLE color: 2236354.
HSL color Cylindrical-coordinate representation of color #C21F22: hue angle of 358.9º 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 #C21F22 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 34 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.24 |
| HSL | 358.9º | 0.72% | 0.44% | - |
| HSV(B) | 358.9º | 0.84% | 0.76% | - |
| XYZ | 23.03 | 12.56 | 2.72 | - |
| YUV | 80.08 | 102 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 34 | 0 | 0.84 | 0.82 | 0.24 | 358.9 | 0.72 | 0.44 |
| Hex | C2 | 1F | 22 | 0 | 54 | 52 | 18 | 167 | 48 | 2C |
| Octal | 302 | 37 | 42 | 0 | 124 | 122 | 30 | 547 | 110 | 54 |
| Binary | 11000010 | 11111 | 100010 | 0 | 1010100 | 1010010 | 11000 | 101100111 | 1001000 | 101100 |
Color Harmonies of #C21F22
Complementary color
Monochromatic Colors of #C21F22
Black with #C21F22
Text Example
Text Example
White with #C21F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21F22; }
p { color: rgb(194,31,34); }
H1.HeaderClassName
{
color: #C21F22;
}
.AnyTagClassName
{
color: #C21F22;
}
</style>
background-color css
<style>
a { background-color: #C21F22; }
a { background-color: rgb(194,31,34); }
div.DivClassName
{
background-color: #C21F22;
}
.BgClassName
{
background-color: #C21F22;
}
</style>
border-color css
<style>
span { border-color: #C21F22; }
span { border-color: rgb(194,31,34); }
td.TdClassName
{
border-color: #C21F22;
}
.TagClassName
{
border-color: #C21F22;
}
</style>