Shades of Fire Engine Red #D20927
Tints of Fire Engine Red #D20927
RGB
CMYK
RGB Variations
Color information
#D20927 (or 0xD20927) is known color: Fire Engine Red. HEX triplet: D2, 09 and 27. RGB value is (210,9,39). Sum of RGB (Red+Green+Blue) = 210+9+39=258 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.40% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 210 - color contains mainly: red. Hex color #D20927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20927 is #2DF6D8. Grayscale: #484848. Windows color (decimal): -3012313 or 2558418. OLE color: 2558418.
HSL color Cylindrical-coordinate representation of color #D20927: hue angle of 351.04º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20927 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 39 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.18 |
| HSL | 351.04º | 0.92% | 0.43% | - |
| HSV(B) | 351.04º | 0.96% | 0.82% | - |
| XYZ | 27.04 | 14.04 | 3.2 | - |
| YUV | 72.52 | 109.09 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 39 | 0 | 0.96 | 0.81 | 0.18 | 351.04 | 0.92 | 0.43 |
| Hex | D2 | 9 | 27 | 0 | 60 | 51 | 12 | 15F | 5C | 2B |
| Octal | 322 | 11 | 47 | 0 | 140 | 121 | 22 | 537 | 134 | 53 |
| Binary | 11010010 | 1001 | 100111 | 0 | 1100000 | 1010001 | 10010 | 101011111 | 1011100 | 101011 |
Color Harmonies of #D20927
Complementary color
Monochromatic Colors of #D20927
Black with #D20927
Text Example
Text Example
White with #D20927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20927; }
p { color: rgb(210,9,39); }
H1.HeaderClassName
{
color: #D20927;
}
.AnyTagClassName
{
color: #D20927;
}
</style>
background-color css
<style>
a { background-color: #D20927; }
a { background-color: rgb(210,9,39); }
div.DivClassName
{
background-color: #D20927;
}
.BgClassName
{
background-color: #D20927;
}
</style>
border-color css
<style>
span { border-color: #D20927; }
span { border-color: rgb(210,9,39); }
td.TdClassName
{
border-color: #D20927;
}
.TagClassName
{
border-color: #D20927;
}
</style>