Html Css Color HEX #D82700 Harley Davidson Orange
📋 copy color: '#D82700'red 216 ◦ green 39 ◦ blue 0
Shades of Harley Davidson Orange #D82700
Tints of Harley Davidson Orange #D82700
RGB
CMYK
RGB Variations
Color information
#D82700 (or 0xD82700) is known color: Harley Davidson Orange. HEX triplet: D8, 27 and 00. RGB value is (216,39,0). Sum of RGB (Red+Green+Blue) = 216+39+0=255 (33% of max value = 765). Red value is 216 (84.77% from 255 or 84.71% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 216 - color contains mainly: red. Hex color #D82700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82700 is #27D8FF. Grayscale: #575757. Windows color (decimal): -2611456 or 10200. OLE color: 10200.
HSL color Cylindrical-coordinate representation of color #D82700: hue angle of 10.83º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D82700 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 39 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.15 |
| HSL | 10.83º | 1% | 0.42% | - |
| HSV(B) | 10.83º | 1% | 0.85% | - |
| XYZ | 29.04 | 16.05 | 1.57 | - |
| YUV | 87.48 | 78.64 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 39 | 0 | 0 | 0.82 | 1 | 0.15 | 10.83 | 1 | 0.42 |
| Hex | D8 | 27 | 0 | 0 | 52 | 64 | F | B | 64 | 2A |
| Octal | 330 | 47 | 0 | 0 | 122 | 144 | 17 | 13 | 144 | 52 |
| Binary | 11011000 | 100111 | 0 | 0 | 1010010 | 1100100 | 1111 | 1011 | 1100100 | 101010 |
Color Harmonies of #D82700
Complementary color
Monochromatic Colors of #D82700
Black with #D82700
Text Example
Text Example
White with #D82700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82700; }
p { color: rgb(216,39,0); }
H1.HeaderClassName
{
color: #D82700;
}
.AnyTagClassName
{
color: #D82700;
}
</style>
background-color css
<style>
a { background-color: #D82700; }
a { background-color: rgb(216,39,0); }
div.DivClassName
{
background-color: #D82700;
}
.BgClassName
{
background-color: #D82700;
}
</style>
border-color css
<style>
span { border-color: #D82700; }
span { border-color: rgb(216,39,0); }
td.TdClassName
{
border-color: #D82700;
}
.TagClassName
{
border-color: #D82700;
}
</style>