Shades of Fire Engine Red #D10A23
Tints of Fire Engine Red #D10A23
RGB
CMYK
RGB Variations
Color information
#D10A23 (or 0xD10A23) is known color: Fire Engine Red. HEX triplet: D1, 0A and 23. RGB value is (209,10,35). Sum of RGB (Red+Green+Blue) = 209+10+35=254 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.28% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 209 - color contains mainly: red. Hex color #D10A23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10A23 is #2EF5DC. Grayscale: #484848. Windows color (decimal): -3077597 or 2296529. OLE color: 2296529.
HSL color Cylindrical-coordinate representation of color #D10A23: hue angle of 352.46º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10A23 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 10 | 35 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.18 |
| HSL | 352.46º | 0.91% | 0.43% | - |
| HSV(B) | 352.46º | 0.95% | 0.82% | - |
| XYZ | 26.71 | 13.89 | 2.86 | - |
| YUV | 72.35 | 106.93 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 10 | 35 | 0 | 0.95 | 0.83 | 0.18 | 352.46 | 0.91 | 0.43 |
| Hex | D1 | A | 23 | 0 | 5F | 53 | 12 | 160 | 5B | 2B |
| Octal | 321 | 12 | 43 | 0 | 137 | 123 | 22 | 540 | 133 | 53 |
| Binary | 11010001 | 1010 | 100011 | 0 | 1011111 | 1010011 | 10010 | 101100000 | 1011011 | 101011 |
Color Harmonies of #D10A23
Complementary color
Monochromatic Colors of #D10A23
Black with #D10A23
Text Example
Text Example
White with #D10A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10A23; }
p { color: rgb(209,10,35); }
H1.HeaderClassName
{
color: #D10A23;
}
.AnyTagClassName
{
color: #D10A23;
}
</style>
background-color css
<style>
a { background-color: #D10A23; }
a { background-color: rgb(209,10,35); }
div.DivClassName
{
background-color: #D10A23;
}
.BgClassName
{
background-color: #D10A23;
}
</style>
border-color css
<style>
span { border-color: #D10A23; }
span { border-color: rgb(209,10,35); }
td.TdClassName
{
border-color: #D10A23;
}
.TagClassName
{
border-color: #D10A23;
}
</style>