Shades of Fire Engine Red #C21422
Tints of Fire Engine Red #C21422
RGB
CMYK
RGB Variations
Color information
#C21422 (or 0xC21422) is known color: Fire Engine Red. HEX triplet: C2, 14 and 22. RGB value is (194,20,34). Sum of RGB (Red+Green+Blue) = 194+20+34=248 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.23% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 194 - color contains mainly: red. Hex color #C21422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21422 is #3DEBDD. Grayscale: #494949. Windows color (decimal): -4058078 or 2233538. OLE color: 2233538.
HSL color Cylindrical-coordinate representation of color #C21422: hue angle of 355.17º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21422 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 34 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.24 |
| HSL | 355.17º | 0.81% | 0.42% | - |
| HSV(B) | 355.17º | 0.9% | 0.76% | - |
| XYZ | 22.79 | 12.09 | 2.65 | - |
| YUV | 73.62 | 105.65 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 34 | 0 | 0.90 | 0.82 | 0.24 | 355.17 | 0.81 | 0.42 |
| Hex | C2 | 14 | 22 | 0 | 5A | 52 | 18 | 163 | 51 | 2A |
| Octal | 302 | 24 | 42 | 0 | 132 | 122 | 30 | 543 | 121 | 52 |
| Binary | 11000010 | 10100 | 100010 | 0 | 1011010 | 1010010 | 11000 | 101100011 | 1010001 | 101010 |
Color Harmonies of #C21422
Complementary color
Monochromatic Colors of #C21422
Black with #C21422
Text Example
Text Example
White with #C21422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21422; }
p { color: rgb(194,20,34); }
H1.HeaderClassName
{
color: #C21422;
}
.AnyTagClassName
{
color: #C21422;
}
</style>
background-color css
<style>
a { background-color: #C21422; }
a { background-color: rgb(194,20,34); }
div.DivClassName
{
background-color: #C21422;
}
.BgClassName
{
background-color: #C21422;
}
</style>
border-color css
<style>
span { border-color: #C21422; }
span { border-color: rgb(194,20,34); }
td.TdClassName
{
border-color: #C21422;
}
.TagClassName
{
border-color: #C21422;
}
</style>