Html Css Color HEX #D82D14 Harley Davidson Orange
📋 copy color: '#D82D14'red 216 ◦ green 45 ◦ blue 20
Shades of Harley Davidson Orange #D82D14
Tints of Harley Davidson Orange #D82D14
RGB
CMYK
RGB Variations
Color information
#D82D14 (or 0xD82D14) is known color: Harley Davidson Orange. HEX triplet: D8, 2D and 14. RGB value is (216,45,20). Sum of RGB (Red+Green+Blue) = 216+45+20=281 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.87% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82D14 is #27D2EB. Grayscale: #5D5D5D. Windows color (decimal): -2609900 or 1322456. OLE color: 1322456.
HSL color Cylindrical-coordinate representation of color #D82D14: hue angle of 7.65º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D82D14 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 45 | 20 | - |
CMYK | 0 | 0.79 | 0.91 | 0.15 |
HSL | 7.65º | 0.83% | 0.46% | - |
HSV(B) | 7.65º | 0.91% | 0.85% | - |
XYZ | 29.38 | 16.53 | 2.3 | - |
YUV | 93.28 | 86.65 | 215.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 45 | 20 | 0 | 0.79 | 0.91 | 0.15 | 7.65 | 0.83 | 0.46 |
Hex | D8 | 2D | 14 | 0 | 4F | 5B | F | 8 | 53 | 2E |
Octal | 330 | 55 | 24 | 0 | 117 | 133 | 17 | 10 | 123 | 56 |
Binary | 11011000 | 101101 | 10100 | 0 | 1001111 | 1011011 | 1111 | 1000 | 1010011 | 101110 |
Color Harmonies of #D82D14
Complementary color
Monochromatic Colors of #D82D14
Black with #D82D14
Text Example
Text Example
White with #D82D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82D14; }
p { color: rgb(216,45,20); }
H1.HeaderClassName
{
color: #D82D14;
}
.AnyTagClassName
{
color: #D82D14;
}
</style>
background-color css
<style>
a { background-color: #D82D14; }
a { background-color: rgb(216,45,20); }
div.DivClassName
{
background-color: #D82D14;
}
.BgClassName
{
background-color: #D82D14;
}
</style>
border-color css
<style>
span { border-color: #D82D14; }
span { border-color: rgb(216,45,20); }
td.TdClassName
{
border-color: #D82D14;
}
.TagClassName
{
border-color: #D82D14;
}
</style>