Shades of Fire Engine Red #D50926
Tints of Fire Engine Red #D50926
RGB
CMYK
RGB Variations
Color information
#D50926 (or 0xD50926) is known color: Fire Engine Red. HEX triplet: D5, 09 and 26. RGB value is (213,9,38). Sum of RGB (Red+Green+Blue) = 213+9+38=260 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.92% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 213 - color contains mainly: red. Hex color #D50926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50926 is #2AF6D9. Grayscale: #494949. Windows color (decimal): -2815706 or 2492885. OLE color: 2492885.
HSL color Cylindrical-coordinate representation of color #D50926: hue angle of 351.47º 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 #D50926 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 38 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.16 |
| HSL | 351.47º | 0.92% | 0.44% | - |
| HSV(B) | 351.47º | 0.96% | 0.84% | - |
| XYZ | 27.89 | 14.48 | 3.16 | - |
| YUV | 73.3 | 108.09 | 227.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 38 | 0 | 0.96 | 0.82 | 0.16 | 351.47 | 0.92 | 0.44 |
| Hex | D5 | 9 | 26 | 0 | 60 | 52 | 10 | 15F | 5C | 2C |
| Octal | 325 | 11 | 46 | 0 | 140 | 122 | 20 | 537 | 134 | 54 |
| Binary | 11010101 | 1001 | 100110 | 0 | 1100000 | 1010010 | 10000 | 101011111 | 1011100 | 101100 |
Color Harmonies of #D50926
Complementary color
Monochromatic Colors of #D50926
Black with #D50926
Text Example
Text Example
White with #D50926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50926; }
p { color: rgb(213,9,38); }
H1.HeaderClassName
{
color: #D50926;
}
.AnyTagClassName
{
color: #D50926;
}
</style>
background-color css
<style>
a { background-color: #D50926; }
a { background-color: rgb(213,9,38); }
div.DivClassName
{
background-color: #D50926;
}
.BgClassName
{
background-color: #D50926;
}
</style>
border-color css
<style>
span { border-color: #D50926; }
span { border-color: rgb(213,9,38); }
td.TdClassName
{
border-color: #D50926;
}
.TagClassName
{
border-color: #D50926;
}
</style>