Shades of Fire Engine Red #C21821
Tints of Fire Engine Red #C21821
RGB
CMYK
RGB Variations
Color information
#C21821 (or 0xC21821) is known color: Fire Engine Red. HEX triplet: C2, 18 and 21. RGB value is (194,24,33). Sum of RGB (Red+Green+Blue) = 194+24+33=251 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.29% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 194 - color contains mainly: red. Hex color #C21821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21821 is #3DE7DE. Grayscale: #4B4B4B. Windows color (decimal): -4057055 or 2169026. OLE color: 2169026.
HSL color Cylindrical-coordinate representation of color #C21821: hue angle of 356.82º 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 #C21821 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 33 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.24 |
| HSL | 356.82º | 0.78% | 0.43% | - |
| HSV(B) | 356.82º | 0.88% | 0.76% | - |
| XYZ | 22.85 | 12.23 | 2.6 | - |
| YUV | 75.86 | 103.82 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 33 | 0 | 0.88 | 0.83 | 0.24 | 356.82 | 0.78 | 0.43 |
| Hex | C2 | 18 | 21 | 0 | 58 | 53 | 18 | 165 | 4E | 2B |
| Octal | 302 | 30 | 41 | 0 | 130 | 123 | 30 | 545 | 116 | 53 |
| Binary | 11000010 | 11000 | 100001 | 0 | 1011000 | 1010011 | 11000 | 101100101 | 1001110 | 101011 |
Color Harmonies of #C21821
Complementary color
Monochromatic Colors of #C21821
Black with #C21821
Text Example
Text Example
White with #C21821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21821; }
p { color: rgb(194,24,33); }
H1.HeaderClassName
{
color: #C21821;
}
.AnyTagClassName
{
color: #C21821;
}
</style>
background-color css
<style>
a { background-color: #C21821; }
a { background-color: rgb(194,24,33); }
div.DivClassName
{
background-color: #C21821;
}
.BgClassName
{
background-color: #C21821;
}
</style>
border-color css
<style>
span { border-color: #C21821; }
span { border-color: rgb(194,24,33); }
td.TdClassName
{
border-color: #C21821;
}
.TagClassName
{
border-color: #C21821;
}
</style>