Html Css Color HEX #D83E21 Harley Davidson Orange
📋 copy color: '#D83E21'red 216 ◦ green 62 ◦ blue 33
Shades of Harley Davidson Orange #D83E21
Tints of Harley Davidson Orange #D83E21
RGB
CMYK
RGB Variations
Color information
#D83E21 (or 0xD83E21) is known color: Harley Davidson Orange. HEX triplet: D8, 3E and 21. RGB value is (216,62,33). Sum of RGB (Red+Green+Blue) = 216+62+33=311 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.45% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 216 - color contains mainly: red. Hex color #D83E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83E21 is #27C1DE. Grayscale: #696969. Windows color (decimal): -2605535 or 2178776. OLE color: 2178776.
HSL color Cylindrical-coordinate representation of color #D83E21: hue angle of 9.51º degrees, saturation: 0.73, 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 #D83E21 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 62 | 33 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.15 |
| HSL | 9.51º | 0.73% | 0.49% | - |
| HSV(B) | 9.51º | 0.85% | 0.85% | - |
| XYZ | 30.32 | 18.15 | 3.35 | - |
| YUV | 104.74 | 87.52 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 62 | 33 | 0 | 0.71 | 0.85 | 0.15 | 9.51 | 0.73 | 0.49 |
| Hex | D8 | 3E | 21 | 0 | 47 | 55 | F | A | 49 | 31 |
| Octal | 330 | 76 | 41 | 0 | 107 | 125 | 17 | 12 | 111 | 61 |
| Binary | 11011000 | 111110 | 100001 | 0 | 1000111 | 1010101 | 1111 | 1010 | 1001001 | 110001 |
Color Harmonies of #D83E21
Complementary color
Monochromatic Colors of #D83E21
Black with #D83E21
Text Example
Text Example
White with #D83E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83E21; }
p { color: rgb(216,62,33); }
H1.HeaderClassName
{
color: #D83E21;
}
.AnyTagClassName
{
color: #D83E21;
}
</style>
background-color css
<style>
a { background-color: #D83E21; }
a { background-color: rgb(216,62,33); }
div.DivClassName
{
background-color: #D83E21;
}
.BgClassName
{
background-color: #D83E21;
}
</style>
border-color css
<style>
span { border-color: #D83E21; }
span { border-color: rgb(216,62,33); }
td.TdClassName
{
border-color: #D83E21;
}
.TagClassName
{
border-color: #D83E21;
}
</style>