Shades of Fire Engine Red #D01E23
Tints of Fire Engine Red #D01E23
RGB
CMYK
RGB Variations
Color information
#D01E23 (or 0xD01E23) is known color: Fire Engine Red. HEX triplet: D0, 1E and 23. RGB value is (208,30,35). Sum of RGB (Red+Green+Blue) = 208+30+35=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D01E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01E23 is #2FE1DC. Grayscale: #535353. Windows color (decimal): -3138013 or 2301648. OLE color: 2301648.
HSL color Cylindrical-coordinate representation of color #D01E23: hue angle of 358.31º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01E23 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 30 | 35 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.18 |
| HSL | 358.31º | 0.75% | 0.47% | - |
| HSV(B) | 358.31º | 0.86% | 0.82% | - |
| XYZ | 26.78 | 14.46 | 2.97 | - |
| YUV | 83.79 | 100.47 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 30 | 35 | 0 | 0.86 | 0.83 | 0.18 | 358.31 | 0.75 | 0.47 |
| Hex | D0 | 1E | 23 | 0 | 56 | 53 | 12 | 166 | 4B | 2F |
| Octal | 320 | 36 | 43 | 0 | 126 | 123 | 22 | 546 | 113 | 57 |
| Binary | 11010000 | 11110 | 100011 | 0 | 1010110 | 1010011 | 10010 | 101100110 | 1001011 | 101111 |
Color Harmonies of #D01E23
Complementary color
Monochromatic Colors of #D01E23
Black with #D01E23
Text Example
Text Example
White with #D01E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01E23; }
p { color: rgb(208,30,35); }
H1.HeaderClassName
{
color: #D01E23;
}
.AnyTagClassName
{
color: #D01E23;
}
</style>
background-color css
<style>
a { background-color: #D01E23; }
a { background-color: rgb(208,30,35); }
div.DivClassName
{
background-color: #D01E23;
}
.BgClassName
{
background-color: #D01E23;
}
</style>
border-color css
<style>
span { border-color: #D01E23; }
span { border-color: rgb(208,30,35); }
td.TdClassName
{
border-color: #D01E23;
}
.TagClassName
{
border-color: #D01E23;
}
</style>