Html Css Color HEX #D93522 Harley Davidson Orange
📋 copy color: '#D93522'red 217 ◦ green 53 ◦ blue 34
Shades of Harley Davidson Orange #D93522
Tints of Harley Davidson Orange #D93522
RGB
CMYK
RGB Variations
Color information
#D93522 (or 0xD93522) is known color: Harley Davidson Orange. HEX triplet: D9, 35 and 22. RGB value is (217,53,34). Sum of RGB (Red+Green+Blue) = 217+53+34=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D93522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93522 is #26CADD. Grayscale: #646464. Windows color (decimal): -2542302 or 2242009. OLE color: 2242009.
HSL color Cylindrical-coordinate representation of color #D93522: hue angle of 6.23º 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 #D93522 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 34 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.15 |
| HSL | 6.23º | 0.73% | 0.49% | - |
| HSV(B) | 6.23º | 0.84% | 0.85% | - |
| XYZ | 30.18 | 17.41 | 3.28 | - |
| YUV | 99.87 | 90.83 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 34 | 0 | 0.76 | 0.84 | 0.15 | 6.23 | 0.73 | 0.49 |
| Hex | D9 | 35 | 22 | 0 | 4C | 54 | F | 6 | 49 | 31 |
| Octal | 331 | 65 | 42 | 0 | 114 | 124 | 17 | 6 | 111 | 61 |
| Binary | 11011001 | 110101 | 100010 | 0 | 1001100 | 1010100 | 1111 | 110 | 1001001 | 110001 |
Color Harmonies of #D93522
Complementary color
Monochromatic Colors of #D93522
Black with #D93522
Text Example
Text Example
White with #D93522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93522; }
p { color: rgb(217,53,34); }
H1.HeaderClassName
{
color: #D93522;
}
.AnyTagClassName
{
color: #D93522;
}
</style>
background-color css
<style>
a { background-color: #D93522; }
a { background-color: rgb(217,53,34); }
div.DivClassName
{
background-color: #D93522;
}
.BgClassName
{
background-color: #D93522;
}
</style>
border-color css
<style>
span { border-color: #D93522; }
span { border-color: rgb(217,53,34); }
td.TdClassName
{
border-color: #D93522;
}
.TagClassName
{
border-color: #D93522;
}
</style>