Shades of Fire Engine Red #C21824
Tints of Fire Engine Red #C21824
RGB
CMYK
RGB Variations
Color information
#C21824 (or 0xC21824) is known color: Fire Engine Red. HEX triplet: C2, 18 and 24. RGB value is (194,24,36). Sum of RGB (Red+Green+Blue) = 194+24+36=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C21824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21824 is #3DE7DB. Grayscale: #4C4C4C. Windows color (decimal): -4057052 or 2365634. OLE color: 2365634.
HSL color Cylindrical-coordinate representation of color #C21824: hue angle of 355.76º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21824 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 36 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.24 |
| HSL | 355.76º | 0.78% | 0.43% | - |
| HSV(B) | 355.76º | 0.88% | 0.76% | - |
| XYZ | 22.89 | 12.25 | 2.83 | - |
| YUV | 76.2 | 105.32 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 36 | 0 | 0.88 | 0.81 | 0.24 | 355.76 | 0.78 | 0.43 |
| Hex | C2 | 18 | 24 | 0 | 58 | 51 | 18 | 164 | 4E | 2B |
| Octal | 302 | 30 | 44 | 0 | 130 | 121 | 30 | 544 | 116 | 53 |
| Binary | 11000010 | 11000 | 100100 | 0 | 1011000 | 1010001 | 11000 | 101100100 | 1001110 | 101011 |
Color Harmonies of #C21824
Complementary color
Monochromatic Colors of #C21824
Black with #C21824
Text Example
Text Example
White with #C21824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21824; }
p { color: rgb(194,24,36); }
H1.HeaderClassName
{
color: #C21824;
}
.AnyTagClassName
{
color: #C21824;
}
</style>
background-color css
<style>
a { background-color: #C21824; }
a { background-color: rgb(194,24,36); }
div.DivClassName
{
background-color: #C21824;
}
.BgClassName
{
background-color: #C21824;
}
</style>
border-color css
<style>
span { border-color: #C21824; }
span { border-color: rgb(194,24,36); }
td.TdClassName
{
border-color: #C21824;
}
.TagClassName
{
border-color: #C21824;
}
</style>