Html Css Color HEX #D0231E Harley Davidson Orange
📋 copy color: '#D0231E'red 208 ◦ green 35 ◦ blue 30
Shades of Harley Davidson Orange #D0231E
Tints of Harley Davidson Orange #D0231E
RGB
CMYK
RGB Variations
Color information
#D0231E (or 0xD0231E) is known color: Harley Davidson Orange. HEX triplet: D0, 23 and 1E. RGB value is (208,35,30). Sum of RGB (Red+Green+Blue) = 208+35+30=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D0231E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0231E is #2FDCE1. Grayscale: #565656. Windows color (decimal): -3136738 or 1975248. OLE color: 1975248.
HSL color Cylindrical-coordinate representation of color #D0231E: hue angle of 1.69º 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 #D0231E is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 30 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.18 |
| HSL | 1.69º | 0.75% | 0.47% | - |
| HSV(B) | 1.69º | 0.86% | 0.82% | - |
| XYZ | 26.85 | 14.71 | 2.65 | - |
| YUV | 86.16 | 96.31 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 30 | 0 | 0.83 | 0.86 | 0.18 | 1.69 | 0.75 | 0.47 |
| Hex | D0 | 23 | 1E | 0 | 53 | 56 | 12 | 2 | 4B | 2F |
| Octal | 320 | 43 | 36 | 0 | 123 | 126 | 22 | 2 | 113 | 57 |
| Binary | 11010000 | 100011 | 11110 | 0 | 1010011 | 1010110 | 10010 | 10 | 1001011 | 101111 |
Color Harmonies of #D0231E
Complementary color
Monochromatic Colors of #D0231E
Black with #D0231E
Text Example
Text Example
White with #D0231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0231E; }
p { color: rgb(208,35,30); }
H1.HeaderClassName
{
color: #D0231E;
}
.AnyTagClassName
{
color: #D0231E;
}
</style>
background-color css
<style>
a { background-color: #D0231E; }
a { background-color: rgb(208,35,30); }
div.DivClassName
{
background-color: #D0231E;
}
.BgClassName
{
background-color: #D0231E;
}
</style>
border-color css
<style>
span { border-color: #D0231E; }
span { border-color: rgb(208,35,30); }
td.TdClassName
{
border-color: #D0231E;
}
.TagClassName
{
border-color: #D0231E;
}
</style>