Html Css Color HEX #D83A20 Harley Davidson Orange
📋 copy color: '#D83A20'red 216 ◦ green 58 ◦ blue 32
Shades of Harley Davidson Orange #D83A20
Tints of Harley Davidson Orange #D83A20
RGB
CMYK
RGB Variations
Color information
#D83A20 (or 0xD83A20) is known color: Harley Davidson Orange. HEX triplet: D8, 3A and 20. RGB value is (216,58,32). Sum of RGB (Red+Green+Blue) = 216+58+32=306 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.59% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 216 - color contains mainly: red. Hex color #D83A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83A20 is #27C5DF. Grayscale: #666666. Windows color (decimal): -2606560 or 2112216. OLE color: 2112216.
HSL color Cylindrical-coordinate representation of color #D83A20: hue angle of 8.48º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D83A20 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 58 | 32 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.15 |
| HSL | 8.48º | 0.74% | 0.49% | - |
| HSV(B) | 8.48º | 0.85% | 0.85% | - |
| XYZ | 30.09 | 17.73 | 3.2 | - |
| YUV | 102.28 | 88.35 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 58 | 32 | 0 | 0.73 | 0.85 | 0.15 | 8.48 | 0.74 | 0.49 |
| Hex | D8 | 3A | 20 | 0 | 49 | 55 | F | 8 | 4A | 31 |
| Octal | 330 | 72 | 40 | 0 | 111 | 125 | 17 | 10 | 112 | 61 |
| Binary | 11011000 | 111010 | 100000 | 0 | 1001001 | 1010101 | 1111 | 1000 | 1001010 | 110001 |
Color Harmonies of #D83A20
Complementary color
Monochromatic Colors of #D83A20
Black with #D83A20
Text Example
Text Example
White with #D83A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83A20; }
p { color: rgb(216,58,32); }
H1.HeaderClassName
{
color: #D83A20;
}
.AnyTagClassName
{
color: #D83A20;
}
</style>
background-color css
<style>
a { background-color: #D83A20; }
a { background-color: rgb(216,58,32); }
div.DivClassName
{
background-color: #D83A20;
}
.BgClassName
{
background-color: #D83A20;
}
</style>
border-color css
<style>
span { border-color: #D83A20; }
span { border-color: rgb(216,58,32); }
td.TdClassName
{
border-color: #D83A20;
}
.TagClassName
{
border-color: #D83A20;
}
</style>