Html Css Color HEX #D93822 Harley Davidson Orange
📋 copy color: '#D93822'red 217 ◦ green 56 ◦ blue 34
Shades of Harley Davidson Orange #D93822
Tints of Harley Davidson Orange #D93822
RGB
CMYK
RGB Variations
Color information
#D93822 (or 0xD93822) is known color: Harley Davidson Orange. HEX triplet: D9, 38 and 22. RGB value is (217,56,34). Sum of RGB (Red+Green+Blue) = 217+56+34=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D93822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93822 is #26C7DD. Grayscale: #656565. Windows color (decimal): -2541534 or 2242777. OLE color: 2242777.
HSL color Cylindrical-coordinate representation of color #D93822: hue angle of 7.21º 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 #D93822 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 34 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.15 |
| HSL | 7.21º | 0.73% | 0.49% | - |
| HSV(B) | 7.21º | 0.84% | 0.85% | - |
| XYZ | 30.32 | 17.7 | 3.33 | - |
| YUV | 101.63 | 89.84 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 34 | 0 | 0.74 | 0.84 | 0.15 | 7.21 | 0.73 | 0.49 |
| Hex | D9 | 38 | 22 | 0 | 4A | 54 | F | 7 | 49 | 31 |
| Octal | 331 | 70 | 42 | 0 | 112 | 124 | 17 | 7 | 111 | 61 |
| Binary | 11011001 | 111000 | 100010 | 0 | 1001010 | 1010100 | 1111 | 111 | 1001001 | 110001 |
Color Harmonies of #D93822
Complementary color
Monochromatic Colors of #D93822
Black with #D93822
Text Example
Text Example
White with #D93822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93822; }
p { color: rgb(217,56,34); }
H1.HeaderClassName
{
color: #D93822;
}
.AnyTagClassName
{
color: #D93822;
}
</style>
background-color css
<style>
a { background-color: #D93822; }
a { background-color: rgb(217,56,34); }
div.DivClassName
{
background-color: #D93822;
}
.BgClassName
{
background-color: #D93822;
}
</style>
border-color css
<style>
span { border-color: #D93822; }
span { border-color: rgb(217,56,34); }
td.TdClassName
{
border-color: #D93822;
}
.TagClassName
{
border-color: #D93822;
}
</style>