Html Css Color HEX #D73D1B Harley Davidson Orange
📋 copy color: '#D73D1B'red 215 ◦ green 61 ◦ blue 27
Shades of Harley Davidson Orange #D73D1B
Tints of Harley Davidson Orange #D73D1B
RGB
CMYK
RGB Variations
Color information
#D73D1B (or 0xD73D1B) is known color: Harley Davidson Orange. HEX triplet: D7, 3D and 1B. RGB value is (215,61,27). Sum of RGB (Red+Green+Blue) = 215+61+27=303 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.96% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73D1B is #28C2E4. Grayscale: #676767. Windows color (decimal): -2671333 or 1785303. OLE color: 1785303.
HSL color Cylindrical-coordinate representation of color #D73D1B: hue angle of 10.85º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D73D1B is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 27 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.16 |
| HSL | 10.85º | 0.78% | 0.47% | - |
| HSV(B) | 10.85º | 0.87% | 0.84% | - |
| XYZ | 29.89 | 17.86 | 2.91 | - |
| YUV | 103.17 | 85.02 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 27 | 0 | 0.72 | 0.87 | 0.16 | 10.85 | 0.78 | 0.47 |
| Hex | D7 | 3D | 1B | 0 | 48 | 57 | 10 | B | 4E | 2F |
| Octal | 327 | 75 | 33 | 0 | 110 | 127 | 20 | 13 | 116 | 57 |
| Binary | 11010111 | 111101 | 11011 | 0 | 1001000 | 1010111 | 10000 | 1011 | 1001110 | 101111 |
Color Harmonies of #D73D1B
Complementary color
Monochromatic Colors of #D73D1B
Black with #D73D1B
Text Example
Text Example
White with #D73D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73D1B; }
p { color: rgb(215,61,27); }
H1.HeaderClassName
{
color: #D73D1B;
}
.AnyTagClassName
{
color: #D73D1B;
}
</style>
background-color css
<style>
a { background-color: #D73D1B; }
a { background-color: rgb(215,61,27); }
div.DivClassName
{
background-color: #D73D1B;
}
.BgClassName
{
background-color: #D73D1B;
}
</style>
border-color css
<style>
span { border-color: #D73D1B; }
span { border-color: rgb(215,61,27); }
td.TdClassName
{
border-color: #D73D1B;
}
.TagClassName
{
border-color: #D73D1B;
}
</style>