Html Css Color HEX #D83502 Harley Davidson Orange
📋 copy color: '#D83502'red 216 ◦ green 53 ◦ blue 2
Shades of Harley Davidson Orange #D83502
Tints of Harley Davidson Orange #D83502
RGB
CMYK
RGB Variations
Color information
#D83502 (or 0xD83502) is known color: Harley Davidson Orange. HEX triplet: D8, 35 and 02. RGB value is (216,53,2). Sum of RGB (Red+Green+Blue) = 216+53+2=271 (35% of max value = 765). Red value is 216 (84.77% from 255 or 79.70% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 216 - color contains mainly: red. Hex color #D83502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83502 is #27CAFD. Grayscale: #606060. Windows color (decimal): -2607870 or 144856. OLE color: 144856.
HSL color Cylindrical-coordinate representation of color #D83502: hue angle of 14.3º 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 #D83502 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 53 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.15 |
| HSL | 14.3º | 0.98% | 0.43% | - |
| HSV(B) | 14.3º | 0.99% | 0.85% | - |
| XYZ | 29.6 | 17.15 | 1.81 | - |
| YUV | 95.92 | 75 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 53 | 2 | 0 | 0.75 | 0.99 | 0.15 | 14.3 | 0.98 | 0.43 |
| Hex | D8 | 35 | 2 | 0 | 4B | 63 | F | E | 62 | 2B |
| Octal | 330 | 65 | 2 | 0 | 113 | 143 | 17 | 16 | 142 | 53 |
| Binary | 11011000 | 110101 | 10 | 0 | 1001011 | 1100011 | 1111 | 1110 | 1100010 | 101011 |
Color Harmonies of #D83502
Complementary color
Monochromatic Colors of #D83502
Black with #D83502
Text Example
Text Example
White with #D83502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83502; }
p { color: rgb(216,53,2); }
H1.HeaderClassName
{
color: #D83502;
}
.AnyTagClassName
{
color: #D83502;
}
</style>
background-color css
<style>
a { background-color: #D83502; }
a { background-color: rgb(216,53,2); }
div.DivClassName
{
background-color: #D83502;
}
.BgClassName
{
background-color: #D83502;
}
</style>
border-color css
<style>
span { border-color: #D83502; }
span { border-color: rgb(216,53,2); }
td.TdClassName
{
border-color: #D83502;
}
.TagClassName
{
border-color: #D83502;
}
</style>