Html Css Color HEX #D73601 Harley Davidson Orange
📋 copy color: '#D73601'red 215 ◦ green 54 ◦ blue 1
Shades of Harley Davidson Orange #D73601
Tints of Harley Davidson Orange #D73601
RGB
CMYK
RGB Variations
Color information
#D73601 (or 0xD73601) is known color: Harley Davidson Orange. HEX triplet: D7, 36 and 01. RGB value is (215,54,1). Sum of RGB (Red+Green+Blue) = 215+54+1=270 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.63% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 215 - color contains mainly: red. Hex color #D73601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73601 is #28C9FE. Grayscale: #606060. Windows color (decimal): -2673151 or 79575. OLE color: 79575.
HSL color Cylindrical-coordinate representation of color #D73601: hue angle of 14.86º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D73601 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 1 | - |
| CMYK | 0 | 0.75 | 1.00 | 0.16 |
| HSL | 14.86º | 0.99% | 0.42% | - |
| HSV(B) | 14.86º | 1% | 0.84% | - |
| XYZ | 29.35 | 17.09 | 1.78 | - |
| YUV | 96.1 | 74.34 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 1 | 0 | 0.75 | 1.00 | 0.16 | 14.86 | 0.99 | 0.42 |
| Hex | D7 | 36 | 1 | 0 | 4B | 64 | 10 | F | 63 | 2A |
| Octal | 327 | 66 | 1 | 0 | 113 | 144 | 20 | 17 | 143 | 52 |
| Binary | 11010111 | 110110 | 1 | 0 | 1001011 | 1100100 | 10000 | 1111 | 1100011 | 101010 |
Color Harmonies of #D73601
Complementary color
Monochromatic Colors of #D73601
Black with #D73601
Text Example
Text Example
White with #D73601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73601; }
p { color: rgb(215,54,1); }
H1.HeaderClassName
{
color: #D73601;
}
.AnyTagClassName
{
color: #D73601;
}
</style>
background-color css
<style>
a { background-color: #D73601; }
a { background-color: rgb(215,54,1); }
div.DivClassName
{
background-color: #D73601;
}
.BgClassName
{
background-color: #D73601;
}
</style>
border-color css
<style>
span { border-color: #D73601; }
span { border-color: rgb(215,54,1); }
td.TdClassName
{
border-color: #D73601;
}
.TagClassName
{
border-color: #D73601;
}
</style>