Shades of Fire Engine Red #D50927
Tints of Fire Engine Red #D50927
RGB
CMYK
RGB Variations
Color information
#D50927 (or 0xD50927) is known color: Fire Engine Red. HEX triplet: D5, 09 and 27. RGB value is (213,9,39). Sum of RGB (Red+Green+Blue) = 213+9+39=261 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.61% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 213 - color contains mainly: red. Hex color #D50927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50927 is #2AF6D8. Grayscale: #494949. Windows color (decimal): -2815705 or 2558421. OLE color: 2558421.
HSL color Cylindrical-coordinate representation of color #D50927: hue angle of 351.18º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50927 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 39 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.16 |
| HSL | 351.18º | 0.92% | 0.44% | - |
| HSV(B) | 351.18º | 0.96% | 0.84% | - |
| XYZ | 27.9 | 14.49 | 3.25 | - |
| YUV | 73.42 | 108.59 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 39 | 0 | 0.96 | 0.82 | 0.16 | 351.18 | 0.92 | 0.44 |
| Hex | D5 | 9 | 27 | 0 | 60 | 52 | 10 | 15F | 5C | 2C |
| Octal | 325 | 11 | 47 | 0 | 140 | 122 | 20 | 537 | 134 | 54 |
| Binary | 11010101 | 1001 | 100111 | 0 | 1100000 | 1010010 | 10000 | 101011111 | 1011100 | 101100 |
Color Harmonies of #D50927
Complementary color
Monochromatic Colors of #D50927
Black with #D50927
Text Example
Text Example
White with #D50927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50927; }
p { color: rgb(213,9,39); }
H1.HeaderClassName
{
color: #D50927;
}
.AnyTagClassName
{
color: #D50927;
}
</style>
background-color css
<style>
a { background-color: #D50927; }
a { background-color: rgb(213,9,39); }
div.DivClassName
{
background-color: #D50927;
}
.BgClassName
{
background-color: #D50927;
}
</style>
border-color css
<style>
span { border-color: #D50927; }
span { border-color: rgb(213,9,39); }
td.TdClassName
{
border-color: #D50927;
}
.TagClassName
{
border-color: #D50927;
}
</style>