Html Css Color HEX #D23E0D Harley Davidson Orange
📋 copy color: '#D23E0D'red 210 ◦ green 62 ◦ blue 13
Shades of Harley Davidson Orange #D23E0D
Tints of Harley Davidson Orange #D23E0D
RGB
CMYK
RGB Variations
Color information
#D23E0D (or 0xD23E0D) is known color: Harley Davidson Orange. HEX triplet: D2, 3E and 0D. RGB value is (210,62,13). Sum of RGB (Red+Green+Blue) = 210+62+13=285 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.68% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23E0D is #2DC1F2. Grayscale: #656565. Windows color (decimal): -2998771 or 868050. OLE color: 868050.
HSL color Cylindrical-coordinate representation of color #D23E0D: hue angle of 14.92º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D23E0D is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 13 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.18 |
| HSL | 14.92º | 0.88% | 0.44% | - |
| HSV(B) | 14.92º | 0.94% | 0.82% | - |
| XYZ | 28.37 | 17.18 | 2.2 | - |
| YUV | 100.67 | 78.53 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 13 | 0 | 0.70 | 0.94 | 0.18 | 14.92 | 0.88 | 0.44 |
| Hex | D2 | 3E | D | 0 | 46 | 5E | 12 | F | 58 | 2C |
| Octal | 322 | 76 | 15 | 0 | 106 | 136 | 22 | 17 | 130 | 54 |
| Binary | 11010010 | 111110 | 1101 | 0 | 1000110 | 1011110 | 10010 | 1111 | 1011000 | 101100 |
Color Harmonies of #D23E0D
Complementary color
Monochromatic Colors of #D23E0D
Black with #D23E0D
Text Example
Text Example
White with #D23E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23E0D; }
p { color: rgb(210,62,13); }
H1.HeaderClassName
{
color: #D23E0D;
}
.AnyTagClassName
{
color: #D23E0D;
}
</style>
background-color css
<style>
a { background-color: #D23E0D; }
a { background-color: rgb(210,62,13); }
div.DivClassName
{
background-color: #D23E0D;
}
.BgClassName
{
background-color: #D23E0D;
}
</style>
border-color css
<style>
span { border-color: #D23E0D; }
span { border-color: rgb(210,62,13); }
td.TdClassName
{
border-color: #D23E0D;
}
.TagClassName
{
border-color: #D23E0D;
}
</style>