Html Css Color HEX #D0331A Harley Davidson Orange
📋 copy color: '#D0331A'red 208 ◦ green 51 ◦ blue 26
Shades of Harley Davidson Orange #D0331A
Tints of Harley Davidson Orange #D0331A
RGB
CMYK
RGB Variations
Color information
#D0331A (or 0xD0331A) is known color: Harley Davidson Orange. HEX triplet: D0, 33 and 1A. RGB value is (208,51,26). Sum of RGB (Red+Green+Blue) = 208+51+26=285 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.98% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 208 - color contains mainly: red. Hex color #D0331A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0331A is #2FCCE5. Grayscale: #5F5F5F. Windows color (decimal): -3132646 or 1717200. OLE color: 1717200.
HSL color Cylindrical-coordinate representation of color #D0331A: hue angle of 8.24º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0331A is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 26 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.18 |
| HSL | 8.24º | 0.78% | 0.46% | - |
| HSV(B) | 8.24º | 0.88% | 0.82% | - |
| XYZ | 27.38 | 15.85 | 2.59 | - |
| YUV | 95.09 | 89.01 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 26 | 0 | 0.75 | 0.88 | 0.18 | 8.24 | 0.78 | 0.46 |
| Hex | D0 | 33 | 1A | 0 | 4B | 58 | 12 | 8 | 4E | 2E |
| Octal | 320 | 63 | 32 | 0 | 113 | 130 | 22 | 10 | 116 | 56 |
| Binary | 11010000 | 110011 | 11010 | 0 | 1001011 | 1011000 | 10010 | 1000 | 1001110 | 101110 |
Color Harmonies of #D0331A
Complementary color
Monochromatic Colors of #D0331A
Black with #D0331A
Text Example
Text Example
White with #D0331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0331A; }
p { color: rgb(208,51,26); }
H1.HeaderClassName
{
color: #D0331A;
}
.AnyTagClassName
{
color: #D0331A;
}
</style>
background-color css
<style>
a { background-color: #D0331A; }
a { background-color: rgb(208,51,26); }
div.DivClassName
{
background-color: #D0331A;
}
.BgClassName
{
background-color: #D0331A;
}
</style>
border-color css
<style>
span { border-color: #D0331A; }
span { border-color: rgb(208,51,26); }
td.TdClassName
{
border-color: #D0331A;
}
.TagClassName
{
border-color: #D0331A;
}
</style>