Shades of Fire Engine Red #C21E24
Tints of Fire Engine Red #C21E24
RGB
CMYK
RGB Variations
Color information
#C21E24 (or 0xC21E24) is known color: Fire Engine Red. HEX triplet: C2, 1E and 24. RGB value is (194,30,36). Sum of RGB (Red+Green+Blue) = 194+30+36=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21E24 is #3DE1DB. Grayscale: #4F4F4F. Windows color (decimal): -4055516 or 2367170. OLE color: 2367170.
HSL color Cylindrical-coordinate representation of color #C21E24: hue angle of 357.8º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21E24 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 36 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.24 |
| HSL | 357.8º | 0.73% | 0.44% | - |
| HSV(B) | 357.8º | 0.85% | 0.76% | - |
| XYZ | 23.03 | 12.53 | 2.87 | - |
| YUV | 79.72 | 103.33 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 36 | 0 | 0.85 | 0.81 | 0.24 | 357.8 | 0.73 | 0.44 |
| Hex | C2 | 1E | 24 | 0 | 55 | 51 | 18 | 166 | 49 | 2C |
| Octal | 302 | 36 | 44 | 0 | 125 | 121 | 30 | 546 | 111 | 54 |
| Binary | 11000010 | 11110 | 100100 | 0 | 1010101 | 1010001 | 11000 | 101100110 | 1001001 | 101100 |
Color Harmonies of #C21E24
Complementary color
Monochromatic Colors of #C21E24
Black with #C21E24
Text Example
Text Example
White with #C21E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21E24; }
p { color: rgb(194,30,36); }
H1.HeaderClassName
{
color: #C21E24;
}
.AnyTagClassName
{
color: #C21E24;
}
</style>
background-color css
<style>
a { background-color: #C21E24; }
a { background-color: rgb(194,30,36); }
div.DivClassName
{
background-color: #C21E24;
}
.BgClassName
{
background-color: #C21E24;
}
</style>
border-color css
<style>
span { border-color: #C21E24; }
span { border-color: rgb(194,30,36); }
td.TdClassName
{
border-color: #C21E24;
}
.TagClassName
{
border-color: #C21E24;
}
</style>