Html Css Color HEX #D73D0B Harley Davidson Orange
📋 copy color: '#D73D0B'red 215 ◦ green 61 ◦ blue 11
Shades of Harley Davidson Orange #D73D0B
Tints of Harley Davidson Orange #D73D0B
RGB
CMYK
RGB Variations
Color information
#D73D0B (or 0xD73D0B) is known color: Harley Davidson Orange. HEX triplet: D7, 3D and 0B. RGB value is (215,61,11). Sum of RGB (Red+Green+Blue) = 215+61+11=287 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.91% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73D0B is #28C2F4. Grayscale: #656565. Windows color (decimal): -2671349 or 736727. OLE color: 736727.
HSL color Cylindrical-coordinate representation of color #D73D0B: hue angle of 14.71º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D73D0B is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 11 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.16 |
| HSL | 14.71º | 0.9% | 0.44% | - |
| HSV(B) | 14.71º | 0.95% | 0.84% | - |
| XYZ | 29.75 | 17.81 | 2.19 | - |
| YUV | 101.35 | 77.02 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 11 | 0 | 0.72 | 0.95 | 0.16 | 14.71 | 0.9 | 0.44 |
| Hex | D7 | 3D | B | 0 | 48 | 5F | 10 | F | 5A | 2C |
| Octal | 327 | 75 | 13 | 0 | 110 | 137 | 20 | 17 | 132 | 54 |
| Binary | 11010111 | 111101 | 1011 | 0 | 1001000 | 1011111 | 10000 | 1111 | 1011010 | 101100 |
Color Harmonies of #D73D0B
Complementary color
Monochromatic Colors of #D73D0B
Black with #D73D0B
Text Example
Text Example
White with #D73D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73D0B; }
p { color: rgb(215,61,11); }
H1.HeaderClassName
{
color: #D73D0B;
}
.AnyTagClassName
{
color: #D73D0B;
}
</style>
background-color css
<style>
a { background-color: #D73D0B; }
a { background-color: rgb(215,61,11); }
div.DivClassName
{
background-color: #D73D0B;
}
.BgClassName
{
background-color: #D73D0B;
}
</style>
border-color css
<style>
span { border-color: #D73D0B; }
span { border-color: rgb(215,61,11); }
td.TdClassName
{
border-color: #D73D0B;
}
.TagClassName
{
border-color: #D73D0B;
}
</style>