Shades of Fire Engine Red #C21524
Tints of Fire Engine Red #C21524
RGB
CMYK
RGB Variations
Color information
#C21524 (or 0xC21524) is known color: Fire Engine Red. HEX triplet: C2, 15 and 24. RGB value is (194,21,36). Sum of RGB (Red+Green+Blue) = 194+21+36=251 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.29% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 194 - color contains mainly: red. Hex color #C21524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21524 is #3DEADB. Grayscale: #4A4A4A. Windows color (decimal): -4057820 or 2364866. OLE color: 2364866.
HSL color Cylindrical-coordinate representation of color #C21524: hue angle of 354.8º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21524 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 36 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.24 |
| HSL | 354.8º | 0.8% | 0.42% | - |
| HSV(B) | 354.8º | 0.89% | 0.76% | - |
| XYZ | 22.83 | 12.13 | 2.81 | - |
| YUV | 74.44 | 106.31 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 36 | 0 | 0.89 | 0.81 | 0.24 | 354.8 | 0.8 | 0.42 |
| Hex | C2 | 15 | 24 | 0 | 59 | 51 | 18 | 163 | 50 | 2A |
| Octal | 302 | 25 | 44 | 0 | 131 | 121 | 30 | 543 | 120 | 52 |
| Binary | 11000010 | 10101 | 100100 | 0 | 1011001 | 1010001 | 11000 | 101100011 | 1010000 | 101010 |
Color Harmonies of #C21524
Complementary color
Monochromatic Colors of #C21524
Black with #C21524
Text Example
Text Example
White with #C21524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21524; }
p { color: rgb(194,21,36); }
H1.HeaderClassName
{
color: #C21524;
}
.AnyTagClassName
{
color: #C21524;
}
</style>
background-color css
<style>
a { background-color: #C21524; }
a { background-color: rgb(194,21,36); }
div.DivClassName
{
background-color: #C21524;
}
.BgClassName
{
background-color: #C21524;
}
</style>
border-color css
<style>
span { border-color: #C21524; }
span { border-color: rgb(194,21,36); }
td.TdClassName
{
border-color: #C21524;
}
.TagClassName
{
border-color: #C21524;
}
</style>