Shades of Fire Engine Red #D50B23
Tints of Fire Engine Red #D50B23
RGB
CMYK
RGB Variations
Color information
#D50B23 (or 0xD50B23) is known color: Fire Engine Red. HEX triplet: D5, 0B and 23. RGB value is (213,11,35). Sum of RGB (Red+Green+Blue) = 213+11+35=259 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.24% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50B23 is #2AF4DC. Grayscale: #4A4A4A. Windows color (decimal): -2815197 or 2296789. OLE color: 2296789.
HSL color Cylindrical-coordinate representation of color #D50B23: hue angle of 352.87º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50B23 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 11 | 35 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.16 |
| HSL | 352.87º | 0.9% | 0.44% | - |
| HSV(B) | 352.87º | 0.95% | 0.84% | - |
| XYZ | 27.86 | 14.51 | 2.92 | - |
| YUV | 74.13 | 105.92 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 35 | 0 | 0.95 | 0.84 | 0.16 | 352.87 | 0.9 | 0.44 |
| Hex | D5 | B | 23 | 0 | 5F | 54 | 10 | 161 | 5A | 2C |
| Octal | 325 | 13 | 43 | 0 | 137 | 124 | 20 | 541 | 132 | 54 |
| Binary | 11010101 | 1011 | 100011 | 0 | 1011111 | 1010100 | 10000 | 101100001 | 1011010 | 101100 |
Color Harmonies of #D50B23
Complementary color
Monochromatic Colors of #D50B23
Black with #D50B23
Text Example
Text Example
White with #D50B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50B23; }
p { color: rgb(213,11,35); }
H1.HeaderClassName
{
color: #D50B23;
}
.AnyTagClassName
{
color: #D50B23;
}
</style>
background-color css
<style>
a { background-color: #D50B23; }
a { background-color: rgb(213,11,35); }
div.DivClassName
{
background-color: #D50B23;
}
.BgClassName
{
background-color: #D50B23;
}
</style>
border-color css
<style>
span { border-color: #D50B23; }
span { border-color: rgb(213,11,35); }
td.TdClassName
{
border-color: #D50B23;
}
.TagClassName
{
border-color: #D50B23;
}
</style>