Html Css Color HEX #D83301 Harley Davidson Orange
📋 copy color: '#D83301'red 216 ◦ green 51 ◦ blue 1
Shades of Harley Davidson Orange #D83301
Tints of Harley Davidson Orange #D83301
RGB
CMYK
RGB Variations
Color information
#D83301 (or 0xD83301) is known color: Harley Davidson Orange. HEX triplet: D8, 33 and 01. RGB value is (216,51,1). Sum of RGB (Red+Green+Blue) = 216+51+1=268 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.60% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 216 - color contains mainly: red. Hex color #D83301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83301 is #27CCFE. Grayscale: #5F5F5F. Windows color (decimal): -2608383 or 78808. OLE color: 78808.
HSL color Cylindrical-coordinate representation of color #D83301: hue angle of 13.95º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D83301 is Cyan = 0, Magento = 0.76, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 51 | 1 | - |
| CMYK | 0 | 0.76 | 1.00 | 0.15 |
| HSL | 13.95º | 0.99% | 0.43% | - |
| HSV(B) | 13.95º | 1% | 0.85% | - |
| XYZ | 29.51 | 16.97 | 1.75 | - |
| YUV | 94.64 | 75.16 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 1 | 0 | 0.76 | 1.00 | 0.15 | 13.95 | 0.99 | 0.43 |
| Hex | D8 | 33 | 1 | 0 | 4C | 64 | F | E | 63 | 2B |
| Octal | 330 | 63 | 1 | 0 | 114 | 144 | 17 | 16 | 143 | 53 |
| Binary | 11011000 | 110011 | 1 | 0 | 1001100 | 1100100 | 1111 | 1110 | 1100011 | 101011 |
Color Harmonies of #D83301
Complementary color
Monochromatic Colors of #D83301
Black with #D83301
Text Example
Text Example
White with #D83301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83301; }
p { color: rgb(216,51,1); }
H1.HeaderClassName
{
color: #D83301;
}
.AnyTagClassName
{
color: #D83301;
}
</style>
background-color css
<style>
a { background-color: #D83301; }
a { background-color: rgb(216,51,1); }
div.DivClassName
{
background-color: #D83301;
}
.BgClassName
{
background-color: #D83301;
}
</style>
border-color css
<style>
span { border-color: #D83301; }
span { border-color: rgb(216,51,1); }
td.TdClassName
{
border-color: #D83301;
}
.TagClassName
{
border-color: #D83301;
}
</style>