Shades of Fire Engine Red #D2131A
Tints of Fire Engine Red #D2131A
RGB
CMYK
RGB Variations
Color information
#D2131A (or 0xD2131A) is known color: Fire Engine Red. HEX triplet: D2, 13 and 1A. RGB value is (210,19,26). Sum of RGB (Red+Green+Blue) = 210+19+26=255 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.35% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 210 - color contains mainly: red. Hex color #D2131A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2131A is #2DECE5. Grayscale: #4D4D4D. Windows color (decimal): -3009766 or 1709010. OLE color: 1709010.
HSL color Cylindrical-coordinate representation of color #D2131A: hue angle of 357.8º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2131A is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 26 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.18 |
| HSL | 357.8º | 0.83% | 0.45% | - |
| HSV(B) | 357.8º | 0.91% | 0.82% | - |
| XYZ | 27 | 14.24 | 2.3 | - |
| YUV | 76.91 | 99.28 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 26 | 0 | 0.91 | 0.88 | 0.18 | 357.8 | 0.83 | 0.45 |
| Hex | D2 | 13 | 1A | 0 | 5B | 58 | 12 | 166 | 53 | 2D |
| Octal | 322 | 23 | 32 | 0 | 133 | 130 | 22 | 546 | 123 | 55 |
| Binary | 11010010 | 10011 | 11010 | 0 | 1011011 | 1011000 | 10010 | 101100110 | 1010011 | 101101 |
Color Harmonies of #D2131A
Complementary color
Monochromatic Colors of #D2131A
Black with #D2131A
Text Example
Text Example
White with #D2131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2131A; }
p { color: rgb(210,19,26); }
H1.HeaderClassName
{
color: #D2131A;
}
.AnyTagClassName
{
color: #D2131A;
}
</style>
background-color css
<style>
a { background-color: #D2131A; }
a { background-color: rgb(210,19,26); }
div.DivClassName
{
background-color: #D2131A;
}
.BgClassName
{
background-color: #D2131A;
}
</style>
border-color css
<style>
span { border-color: #D2131A; }
span { border-color: rgb(210,19,26); }
td.TdClassName
{
border-color: #D2131A;
}
.TagClassName
{
border-color: #D2131A;
}
</style>