Shades of Fire Engine Red #C21828
Tints of Fire Engine Red #C21828
RGB
CMYK
RGB Variations
Color information
#C21828 (or 0xC21828) is known color: Fire Engine Red. HEX triplet: C2, 18 and 28. RGB value is (194,24,40). Sum of RGB (Red+Green+Blue) = 194+24+40=258 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.19% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 194 - color contains mainly: red. Hex color #C21828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21828 is #3DE7D7. Grayscale: #4C4C4C. Windows color (decimal): -4057048 or 2627778. OLE color: 2627778.
HSL color Cylindrical-coordinate representation of color #C21828: hue angle of 354.35º 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 #C21828 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 40 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.24 |
| HSL | 354.35º | 0.78% | 0.43% | - |
| HSV(B) | 354.35º | 0.88% | 0.76% | - |
| XYZ | 22.96 | 12.28 | 3.17 | - |
| YUV | 76.65 | 107.32 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 40 | 0 | 0.88 | 0.79 | 0.24 | 354.35 | 0.78 | 0.43 |
| Hex | C2 | 18 | 28 | 0 | 58 | 4F | 18 | 162 | 4E | 2B |
| Octal | 302 | 30 | 50 | 0 | 130 | 117 | 30 | 542 | 116 | 53 |
| Binary | 11000010 | 11000 | 101000 | 0 | 1011000 | 1001111 | 11000 | 101100010 | 1001110 | 101011 |
Color Harmonies of #C21828
Complementary color
Monochromatic Colors of #C21828
Black with #C21828
Text Example
Text Example
White with #C21828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21828; }
p { color: rgb(194,24,40); }
H1.HeaderClassName
{
color: #C21828;
}
.AnyTagClassName
{
color: #C21828;
}
</style>
background-color css
<style>
a { background-color: #C21828; }
a { background-color: rgb(194,24,40); }
div.DivClassName
{
background-color: #C21828;
}
.BgClassName
{
background-color: #C21828;
}
</style>
border-color css
<style>
span { border-color: #C21828; }
span { border-color: rgb(194,24,40); }
td.TdClassName
{
border-color: #C21828;
}
.TagClassName
{
border-color: #C21828;
}
</style>