Html Css Color HEX #D83A22 Harley Davidson Orange
📋 copy color: '#D83A22'red 216 ◦ green 58 ◦ blue 34
Shades of Harley Davidson Orange #D83A22
Tints of Harley Davidson Orange #D83A22
RGB
CMYK
RGB Variations
Color information
#D83A22 (or 0xD83A22) is known color: Harley Davidson Orange. HEX triplet: D8, 3A and 22. RGB value is (216,58,34). Sum of RGB (Red+Green+Blue) = 216+58+34=308 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.13% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 216 - color contains mainly: red. Hex color #D83A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83A22 is #27C5DD. Grayscale: #666666. Windows color (decimal): -2606558 or 2243288. OLE color: 2243288.
HSL color Cylindrical-coordinate representation of color #D83A22: hue angle of 7.91º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D83A22 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 58 | 34 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.15 |
| HSL | 7.91º | 0.73% | 0.49% | - |
| HSV(B) | 7.91º | 0.84% | 0.85% | - |
| XYZ | 30.12 | 17.74 | 3.35 | - |
| YUV | 102.51 | 89.35 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 58 | 34 | 0 | 0.73 | 0.84 | 0.15 | 7.91 | 0.73 | 0.49 |
| Hex | D8 | 3A | 22 | 0 | 49 | 54 | F | 8 | 49 | 31 |
| Octal | 330 | 72 | 42 | 0 | 111 | 124 | 17 | 10 | 111 | 61 |
| Binary | 11011000 | 111010 | 100010 | 0 | 1001001 | 1010100 | 1111 | 1000 | 1001001 | 110001 |
Color Harmonies of #D83A22
Complementary color
Monochromatic Colors of #D83A22
Black with #D83A22
Text Example
Text Example
White with #D83A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83A22; }
p { color: rgb(216,58,34); }
H1.HeaderClassName
{
color: #D83A22;
}
.AnyTagClassName
{
color: #D83A22;
}
</style>
background-color css
<style>
a { background-color: #D83A22; }
a { background-color: rgb(216,58,34); }
div.DivClassName
{
background-color: #D83A22;
}
.BgClassName
{
background-color: #D83A22;
}
</style>
border-color css
<style>
span { border-color: #D83A22; }
span { border-color: rgb(216,58,34); }
td.TdClassName
{
border-color: #D83A22;
}
.TagClassName
{
border-color: #D83A22;
}
</style>