Shades of Fire Engine Red #D21C29
Tints of Fire Engine Red #D21C29
RGB
CMYK
RGB Variations
Color information
#D21C29 (or 0xD21C29) is known color: Fire Engine Red. HEX triplet: D2, 1C and 29. RGB value is (210,28,41). Sum of RGB (Red+Green+Blue) = 210+28+41=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21C29 is #2DE3D6. Grayscale: #545454. Windows color (decimal): -3007447 or 2694354. OLE color: 2694354.
HSL color Cylindrical-coordinate representation of color #D21C29: hue angle of 355.71º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21C29 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 41 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.18 |
| HSL | 355.71º | 0.76% | 0.47% | - |
| HSV(B) | 355.71º | 0.87% | 0.82% | - |
| XYZ | 27.39 | 14.69 | 3.49 | - |
| YUV | 83.9 | 103.8 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 41 | 0 | 0.87 | 0.80 | 0.18 | 355.71 | 0.76 | 0.47 |
| Hex | D2 | 1C | 29 | 0 | 57 | 50 | 12 | 164 | 4C | 2F |
| Octal | 322 | 34 | 51 | 0 | 127 | 120 | 22 | 544 | 114 | 57 |
| Binary | 11010010 | 11100 | 101001 | 0 | 1010111 | 1010000 | 10010 | 101100100 | 1001100 | 101111 |
Color Harmonies of #D21C29
Complementary color
Monochromatic Colors of #D21C29
Black with #D21C29
Text Example
Text Example
White with #D21C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21C29; }
p { color: rgb(210,28,41); }
H1.HeaderClassName
{
color: #D21C29;
}
.AnyTagClassName
{
color: #D21C29;
}
</style>
background-color css
<style>
a { background-color: #D21C29; }
a { background-color: rgb(210,28,41); }
div.DivClassName
{
background-color: #D21C29;
}
.BgClassName
{
background-color: #D21C29;
}
</style>
border-color css
<style>
span { border-color: #D21C29; }
span { border-color: rgb(210,28,41); }
td.TdClassName
{
border-color: #D21C29;
}
.TagClassName
{
border-color: #D21C29;
}
</style>