Html Css Color HEX #D82915 Harley Davidson Orange
📋 copy color: '#D82915'red 216 ◦ green 41 ◦ blue 21
Shades of Harley Davidson Orange #D82915
Tints of Harley Davidson Orange #D82915
RGB
CMYK
RGB Variations
Color information
#D82915 (or 0xD82915) is known color: Harley Davidson Orange. HEX triplet: D8, 29 and 15. RGB value is (216,41,21). Sum of RGB (Red+Green+Blue) = 216+41+21=278 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.70% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 216 - color contains mainly: red. Hex color #D82915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82915 is #27D6EA. Grayscale: #5B5B5B. Windows color (decimal): -2610923 or 1386968. OLE color: 1386968.
HSL color Cylindrical-coordinate representation of color #D82915: hue angle of 6.15º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D82915 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 21 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.15 |
| HSL | 6.15º | 0.82% | 0.46% | - |
| HSV(B) | 6.15º | 0.9% | 0.85% | - |
| XYZ | 29.25 | 16.24 | 2.3 | - |
| YUV | 91.05 | 88.48 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 21 | 0 | 0.81 | 0.90 | 0.15 | 6.15 | 0.82 | 0.46 |
| Hex | D8 | 29 | 15 | 0 | 51 | 5A | F | 6 | 52 | 2E |
| Octal | 330 | 51 | 25 | 0 | 121 | 132 | 17 | 6 | 122 | 56 |
| Binary | 11011000 | 101001 | 10101 | 0 | 1010001 | 1011010 | 1111 | 110 | 1010010 | 101110 |
Color Harmonies of #D82915
Complementary color
Monochromatic Colors of #D82915
Black with #D82915
Text Example
Text Example
White with #D82915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82915; }
p { color: rgb(216,41,21); }
H1.HeaderClassName
{
color: #D82915;
}
.AnyTagClassName
{
color: #D82915;
}
</style>
background-color css
<style>
a { background-color: #D82915; }
a { background-color: rgb(216,41,21); }
div.DivClassName
{
background-color: #D82915;
}
.BgClassName
{
background-color: #D82915;
}
</style>
border-color css
<style>
span { border-color: #D82915; }
span { border-color: rgb(216,41,21); }
td.TdClassName
{
border-color: #D82915;
}
.TagClassName
{
border-color: #D82915;
}
</style>