Shades of Fire Engine Red #D2151A
Tints of Fire Engine Red #D2151A
RGB
CMYK
RGB Variations
Color information
#D2151A (or 0xD2151A) is known color: Fire Engine Red. HEX triplet: D2, 15 and 1A. RGB value is (210,21,26). Sum of RGB (Red+Green+Blue) = 210+21+26=257 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.71% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 210 - color contains mainly: red. Hex color #D2151A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2151A is #2DEAE5. Grayscale: #4E4E4E. Windows color (decimal): -3009254 or 1709522. OLE color: 1709522.
HSL color Cylindrical-coordinate representation of color #D2151A: hue angle of 358.41º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2151A is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 26 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.18 |
| HSL | 358.41º | 0.82% | 0.45% | - |
| HSV(B) | 358.41º | 0.9% | 0.82% | - |
| XYZ | 27.03 | 14.31 | 2.32 | - |
| YUV | 78.08 | 98.62 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 26 | 0 | 0.90 | 0.88 | 0.18 | 358.41 | 0.82 | 0.45 |
| Hex | D2 | 15 | 1A | 0 | 5A | 58 | 12 | 166 | 52 | 2D |
| Octal | 322 | 25 | 32 | 0 | 132 | 130 | 22 | 546 | 122 | 55 |
| Binary | 11010010 | 10101 | 11010 | 0 | 1011010 | 1011000 | 10010 | 101100110 | 1010010 | 101101 |
Color Harmonies of #D2151A
Complementary color
Monochromatic Colors of #D2151A
Black with #D2151A
Text Example
Text Example
White with #D2151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2151A; }
p { color: rgb(210,21,26); }
H1.HeaderClassName
{
color: #D2151A;
}
.AnyTagClassName
{
color: #D2151A;
}
</style>
background-color css
<style>
a { background-color: #D2151A; }
a { background-color: rgb(210,21,26); }
div.DivClassName
{
background-color: #D2151A;
}
.BgClassName
{
background-color: #D2151A;
}
</style>
border-color css
<style>
span { border-color: #D2151A; }
span { border-color: rgb(210,21,26); }
td.TdClassName
{
border-color: #D2151A;
}
.TagClassName
{
border-color: #D2151A;
}
</style>