Html Css Color HEX #D0400D Harley Davidson Orange
📋 copy color: '#D0400D'red 208 ◦ green 64 ◦ blue 13
Shades of Harley Davidson Orange #D0400D
Tints of Harley Davidson Orange #D0400D
RGB
CMYK
RGB Variations
Color information
#D0400D (or 0xD0400D) is known color: Harley Davidson Orange. HEX triplet: D0, 40 and 0D. RGB value is (208,64,13). Sum of RGB (Red+Green+Blue) = 208+64+13=285 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.98% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 208 - color contains mainly: red. Hex color #D0400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0400D is #2FBFF2. Grayscale: #656565. Windows color (decimal): -3129331 or 868560. OLE color: 868560.
HSL color Cylindrical-coordinate representation of color #D0400D: hue angle of 15.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0400D is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 13 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.18 |
| HSL | 15.69º | 0.88% | 0.43% | - |
| HSV(B) | 15.69º | 0.94% | 0.82% | - |
| XYZ | 27.92 | 17.11 | 2.21 | - |
| YUV | 101.24 | 78.21 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 13 | 0 | 0.69 | 0.94 | 0.18 | 15.69 | 0.88 | 0.43 |
| Hex | D0 | 40 | D | 0 | 45 | 5E | 12 | 10 | 58 | 2B |
| Octal | 320 | 100 | 15 | 0 | 105 | 136 | 22 | 20 | 130 | 53 |
| Binary | 11010000 | 1000000 | 1101 | 0 | 1000101 | 1011110 | 10010 | 10000 | 1011000 | 101011 |
Color Harmonies of #D0400D
Complementary color
Monochromatic Colors of #D0400D
Black with #D0400D
Text Example
Text Example
White with #D0400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0400D; }
p { color: rgb(208,64,13); }
H1.HeaderClassName
{
color: #D0400D;
}
.AnyTagClassName
{
color: #D0400D;
}
</style>
background-color css
<style>
a { background-color: #D0400D; }
a { background-color: rgb(208,64,13); }
div.DivClassName
{
background-color: #D0400D;
}
.BgClassName
{
background-color: #D0400D;
}
</style>
border-color css
<style>
span { border-color: #D0400D; }
span { border-color: rgb(208,64,13); }
td.TdClassName
{
border-color: #D0400D;
}
.TagClassName
{
border-color: #D0400D;
}
</style>