Shades of Fire Engine Red #D2131C
Tints of Fire Engine Red #D2131C
RGB
CMYK
RGB Variations
Color information
#D2131C (or 0xD2131C) is known color: Fire Engine Red. HEX triplet: D2, 13 and 1C. RGB value is (210,19,28). Sum of RGB (Red+Green+Blue) = 210+19+28=257 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.71% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 210 - color contains mainly: red. Hex color #D2131C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2131C is #2DECE3. Grayscale: #4D4D4D. Windows color (decimal): -3009764 or 1840082. OLE color: 1840082.
HSL color Cylindrical-coordinate representation of color #D2131C: hue angle of 357.17º 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 #D2131C is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 28 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.18 |
| HSL | 357.17º | 0.83% | 0.45% | - |
| HSV(B) | 357.17º | 0.91% | 0.82% | - |
| XYZ | 27.02 | 14.25 | 2.43 | - |
| YUV | 77.14 | 100.28 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 28 | 0 | 0.91 | 0.87 | 0.18 | 357.17 | 0.83 | 0.45 |
| Hex | D2 | 13 | 1C | 0 | 5B | 57 | 12 | 165 | 53 | 2D |
| Octal | 322 | 23 | 34 | 0 | 133 | 127 | 22 | 545 | 123 | 55 |
| Binary | 11010010 | 10011 | 11100 | 0 | 1011011 | 1010111 | 10010 | 101100101 | 1010011 | 101101 |
Color Harmonies of #D2131C
Complementary color
Monochromatic Colors of #D2131C
Black with #D2131C
Text Example
Text Example
White with #D2131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2131C; }
p { color: rgb(210,19,28); }
H1.HeaderClassName
{
color: #D2131C;
}
.AnyTagClassName
{
color: #D2131C;
}
</style>
background-color css
<style>
a { background-color: #D2131C; }
a { background-color: rgb(210,19,28); }
div.DivClassName
{
background-color: #D2131C;
}
.BgClassName
{
background-color: #D2131C;
}
</style>
border-color css
<style>
span { border-color: #D2131C; }
span { border-color: rgb(210,19,28); }
td.TdClassName
{
border-color: #D2131C;
}
.TagClassName
{
border-color: #D2131C;
}
</style>