Html Css Color HEX #D73C1B Harley Davidson Orange
📋 copy color: '#D73C1B'red 215 ◦ green 60 ◦ blue 27
Shades of Harley Davidson Orange #D73C1B
Tints of Harley Davidson Orange #D73C1B
RGB
CMYK
RGB Variations
Color information
#D73C1B (or 0xD73C1B) is known color: Harley Davidson Orange. HEX triplet: D7, 3C and 1B. RGB value is (215,60,27). Sum of RGB (Red+Green+Blue) = 215+60+27=302 (40% of max value = 765). Red value is 215 (84.38% from 255 or 71.19% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73C1B is #28C3E4. Grayscale: #666666. Windows color (decimal): -2671589 or 1785047. OLE color: 1785047.
HSL color Cylindrical-coordinate representation of color #D73C1B: hue angle of 10.53º 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 #D73C1B is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 27 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.16 |
| HSL | 10.53º | 0.78% | 0.47% | - |
| HSV(B) | 10.53º | 0.87% | 0.84% | - |
| XYZ | 29.84 | 17.76 | 2.89 | - |
| YUV | 102.58 | 85.35 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 27 | 0 | 0.72 | 0.87 | 0.16 | 10.53 | 0.78 | 0.47 |
| Hex | D7 | 3C | 1B | 0 | 48 | 57 | 10 | B | 4E | 2F |
| Octal | 327 | 74 | 33 | 0 | 110 | 127 | 20 | 13 | 116 | 57 |
| Binary | 11010111 | 111100 | 11011 | 0 | 1001000 | 1010111 | 10000 | 1011 | 1001110 | 101111 |
Color Harmonies of #D73C1B
Complementary color
Monochromatic Colors of #D73C1B
Black with #D73C1B
Text Example
Text Example
White with #D73C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73C1B; }
p { color: rgb(215,60,27); }
H1.HeaderClassName
{
color: #D73C1B;
}
.AnyTagClassName
{
color: #D73C1B;
}
</style>
background-color css
<style>
a { background-color: #D73C1B; }
a { background-color: rgb(215,60,27); }
div.DivClassName
{
background-color: #D73C1B;
}
.BgClassName
{
background-color: #D73C1B;
}
</style>
border-color css
<style>
span { border-color: #D73C1B; }
span { border-color: rgb(215,60,27); }
td.TdClassName
{
border-color: #D73C1B;
}
.TagClassName
{
border-color: #D73C1B;
}
</style>