Html Css Color HEX #D33702 Harley Davidson Orange
📋 copy color: '#D33702'red 211 ◦ green 55 ◦ blue 2
Shades of Harley Davidson Orange #D33702
Tints of Harley Davidson Orange #D33702
RGB
CMYK
RGB Variations
Color information
#D33702 (or 0xD33702) is known color: Harley Davidson Orange. HEX triplet: D3, 37 and 02. RGB value is (211,55,2). Sum of RGB (Red+Green+Blue) = 211+55+2=268 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.73% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 211 - color contains mainly: red. Hex color #D33702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33702 is #2CC8FD. Grayscale: #5F5F5F. Windows color (decimal): -2935038 or 145363. OLE color: 145363.
HSL color Cylindrical-coordinate representation of color #D33702: hue angle of 15.22º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D33702 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.17 |
| HSL | 15.22º | 0.98% | 0.42% | - |
| HSV(B) | 15.22º | 0.99% | 0.83% | - |
| XYZ | 28.24 | 16.59 | 1.77 | - |
| YUV | 95.6 | 75.18 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 2 | 0 | 0.74 | 0.99 | 0.17 | 15.22 | 0.98 | 0.42 |
| Hex | D3 | 37 | 2 | 0 | 4A | 63 | 11 | F | 62 | 2A |
| Octal | 323 | 67 | 2 | 0 | 112 | 143 | 21 | 17 | 142 | 52 |
| Binary | 11010011 | 110111 | 10 | 0 | 1001010 | 1100011 | 10001 | 1111 | 1100010 | 101010 |
Color Harmonies of #D33702
Complementary color
Monochromatic Colors of #D33702
Black with #D33702
Text Example
Text Example
White with #D33702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33702; }
p { color: rgb(211,55,2); }
H1.HeaderClassName
{
color: #D33702;
}
.AnyTagClassName
{
color: #D33702;
}
</style>
background-color css
<style>
a { background-color: #D33702; }
a { background-color: rgb(211,55,2); }
div.DivClassName
{
background-color: #D33702;
}
.BgClassName
{
background-color: #D33702;
}
</style>
border-color css
<style>
span { border-color: #D33702; }
span { border-color: rgb(211,55,2); }
td.TdClassName
{
border-color: #D33702;
}
.TagClassName
{
border-color: #D33702;
}
</style>