Html Css Color HEX #D93302 Harley Davidson Orange
📋 copy color: '#D93302'red 217 ◦ green 51 ◦ blue 2
Shades of Harley Davidson Orange #D93302
Tints of Harley Davidson Orange #D93302
RGB
CMYK
RGB Variations
Color information
#D93302 (or 0xD93302) is known color: Harley Davidson Orange. HEX triplet: D9, 33 and 02. RGB value is (217,51,2). Sum of RGB (Red+Green+Blue) = 217+51+2=270 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.37% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 217 - color contains mainly: red. Hex color #D93302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93302 is #26CCFD. Grayscale: #5F5F5F. Windows color (decimal): -2542846 or 144345. OLE color: 144345.
HSL color Cylindrical-coordinate representation of color #D93302: hue angle of 13.67º 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 #D93302 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 51 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.15 |
| HSL | 13.67º | 0.98% | 0.43% | - |
| HSV(B) | 13.67º | 0.99% | 0.85% | - |
| XYZ | 29.81 | 17.12 | 1.79 | - |
| YUV | 95.05 | 75.5 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 51 | 2 | 0 | 0.76 | 0.99 | 0.15 | 13.67 | 0.98 | 0.43 |
| Hex | D9 | 33 | 2 | 0 | 4C | 63 | F | E | 62 | 2B |
| Octal | 331 | 63 | 2 | 0 | 114 | 143 | 17 | 16 | 142 | 53 |
| Binary | 11011001 | 110011 | 10 | 0 | 1001100 | 1100011 | 1111 | 1110 | 1100010 | 101011 |
Color Harmonies of #D93302
Complementary color
Monochromatic Colors of #D93302
Black with #D93302
Text Example
Text Example
White with #D93302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93302; }
p { color: rgb(217,51,2); }
H1.HeaderClassName
{
color: #D93302;
}
.AnyTagClassName
{
color: #D93302;
}
</style>
background-color css
<style>
a { background-color: #D93302; }
a { background-color: rgb(217,51,2); }
div.DivClassName
{
background-color: #D93302;
}
.BgClassName
{
background-color: #D93302;
}
</style>
border-color css
<style>
span { border-color: #D93302; }
span { border-color: rgb(217,51,2); }
td.TdClassName
{
border-color: #D93302;
}
.TagClassName
{
border-color: #D93302;
}
</style>