Html Css Color HEX #D83320 Harley Davidson Orange
📋 copy color: '#D83320'red 216 ◦ green 51 ◦ blue 32
Shades of Harley Davidson Orange #D83320
Tints of Harley Davidson Orange #D83320
RGB
CMYK
RGB Variations
Color information
#D83320 (or 0xD83320) is known color: Harley Davidson Orange. HEX triplet: D8, 33 and 20. RGB value is (216,51,32). Sum of RGB (Red+Green+Blue) = 216+51+32=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D83320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83320 is #27CCDF. Grayscale: #626262. Windows color (decimal): -2608352 or 2110424. OLE color: 2110424.
HSL color Cylindrical-coordinate representation of color #D83320: hue angle of 6.2º 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 #D83320 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 51 | 32 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.15 |
| HSL | 6.2º | 0.74% | 0.49% | - |
| HSV(B) | 6.2º | 0.85% | 0.85% | - |
| XYZ | 29.76 | 17.07 | 3.09 | - |
| YUV | 98.17 | 90.66 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 32 | 0 | 0.76 | 0.85 | 0.15 | 6.2 | 0.74 | 0.49 |
| Hex | D8 | 33 | 20 | 0 | 4C | 55 | F | 6 | 4A | 31 |
| Octal | 330 | 63 | 40 | 0 | 114 | 125 | 17 | 6 | 112 | 61 |
| Binary | 11011000 | 110011 | 100000 | 0 | 1001100 | 1010101 | 1111 | 110 | 1001010 | 110001 |
Color Harmonies of #D83320
Complementary color
Monochromatic Colors of #D83320
Black with #D83320
Text Example
Text Example
White with #D83320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83320; }
p { color: rgb(216,51,32); }
H1.HeaderClassName
{
color: #D83320;
}
.AnyTagClassName
{
color: #D83320;
}
</style>
background-color css
<style>
a { background-color: #D83320; }
a { background-color: rgb(216,51,32); }
div.DivClassName
{
background-color: #D83320;
}
.BgClassName
{
background-color: #D83320;
}
</style>
border-color css
<style>
span { border-color: #D83320; }
span { border-color: rgb(216,51,32); }
td.TdClassName
{
border-color: #D83320;
}
.TagClassName
{
border-color: #D83320;
}
</style>