Html Css Color HEX #D83102 Harley Davidson Orange
📋 copy color: '#D83102'red 216 ◦ green 49 ◦ blue 2
Shades of Harley Davidson Orange #D83102
Tints of Harley Davidson Orange #D83102
RGB
CMYK
RGB Variations
Color information
#D83102 (or 0xD83102) is known color: Harley Davidson Orange. HEX triplet: D8, 31 and 02. RGB value is (216,49,2). Sum of RGB (Red+Green+Blue) = 216+49+2=267 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.90% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 216 - color contains mainly: red. Hex color #D83102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83102 is #27CEFD. Grayscale: #5D5D5D. Windows color (decimal): -2608894 or 143832. OLE color: 143832.
HSL color Cylindrical-coordinate representation of color #D83102: hue angle of 13.18º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D83102 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 49 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.15 |
| HSL | 13.18º | 0.98% | 0.43% | - |
| HSV(B) | 13.18º | 0.99% | 0.85% | - |
| XYZ | 29.43 | 16.8 | 1.75 | - |
| YUV | 93.58 | 76.33 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 49 | 2 | 0 | 0.77 | 0.99 | 0.15 | 13.18 | 0.98 | 0.43 |
| Hex | D8 | 31 | 2 | 0 | 4D | 63 | F | D | 62 | 2B |
| Octal | 330 | 61 | 2 | 0 | 115 | 143 | 17 | 15 | 142 | 53 |
| Binary | 11011000 | 110001 | 10 | 0 | 1001101 | 1100011 | 1111 | 1101 | 1100010 | 101011 |
Color Harmonies of #D83102
Complementary color
Monochromatic Colors of #D83102
Black with #D83102
Text Example
Text Example
White with #D83102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83102; }
p { color: rgb(216,49,2); }
H1.HeaderClassName
{
color: #D83102;
}
.AnyTagClassName
{
color: #D83102;
}
</style>
background-color css
<style>
a { background-color: #D83102; }
a { background-color: rgb(216,49,2); }
div.DivClassName
{
background-color: #D83102;
}
.BgClassName
{
background-color: #D83102;
}
</style>
border-color css
<style>
span { border-color: #D83102; }
span { border-color: rgb(216,49,2); }
td.TdClassName
{
border-color: #D83102;
}
.TagClassName
{
border-color: #D83102;
}
</style>