Html Css Color HEX #D83201 Harley Davidson Orange
📋 copy color: '#D83201'red 216 ◦ green 50 ◦ blue 1
Shades of Harley Davidson Orange #D83201
Tints of Harley Davidson Orange #D83201
RGB
CMYK
RGB Variations
Color information
#D83201 (or 0xD83201) is known color: Harley Davidson Orange. HEX triplet: D8, 32 and 01. RGB value is (216,50,1). Sum of RGB (Red+Green+Blue) = 216+50+1=267 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.90% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 216 - color contains mainly: red. Hex color #D83201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83201 is #27CDFE. Grayscale: #5E5E5E. Windows color (decimal): -2608639 or 78552. OLE color: 78552.
HSL color Cylindrical-coordinate representation of color #D83201: hue angle of 13.67º 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 #D83201 is Cyan = 0, Magento = 0.77, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 50 | 1 | - |
| CMYK | 0 | 0.77 | 1.00 | 0.15 |
| HSL | 13.67º | 0.99% | 0.43% | - |
| HSV(B) | 13.67º | 1% | 0.85% | - |
| XYZ | 29.46 | 16.88 | 1.73 | - |
| YUV | 94.05 | 75.5 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 50 | 1 | 0 | 0.77 | 1.00 | 0.15 | 13.67 | 0.99 | 0.43 |
| Hex | D8 | 32 | 1 | 0 | 4D | 64 | F | E | 63 | 2B |
| Octal | 330 | 62 | 1 | 0 | 115 | 144 | 17 | 16 | 143 | 53 |
| Binary | 11011000 | 110010 | 1 | 0 | 1001101 | 1100100 | 1111 | 1110 | 1100011 | 101011 |
Color Harmonies of #D83201
Complementary color
Monochromatic Colors of #D83201
Black with #D83201
Text Example
Text Example
White with #D83201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83201; }
p { color: rgb(216,50,1); }
H1.HeaderClassName
{
color: #D83201;
}
.AnyTagClassName
{
color: #D83201;
}
</style>
background-color css
<style>
a { background-color: #D83201; }
a { background-color: rgb(216,50,1); }
div.DivClassName
{
background-color: #D83201;
}
.BgClassName
{
background-color: #D83201;
}
</style>
border-color css
<style>
span { border-color: #D83201; }
span { border-color: rgb(216,50,1); }
td.TdClassName
{
border-color: #D83201;
}
.TagClassName
{
border-color: #D83201;
}
</style>