Html Css Color HEX #D73522 Harley Davidson Orange
📋 copy color: '#D73522'red 215 ◦ green 53 ◦ blue 34
Shades of Harley Davidson Orange #D73522
Tints of Harley Davidson Orange #D73522
RGB
CMYK
RGB Variations
Color information
#D73522 (or 0xD73522) is known color: Harley Davidson Orange. HEX triplet: D7, 35 and 22. RGB value is (215,53,34). Sum of RGB (Red+Green+Blue) = 215+53+34=302 (40% of max value = 765). Red value is 215 (84.38% from 255 or 71.19% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 215 - color contains mainly: red. Hex color #D73522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73522 is #28CADD. Grayscale: #636363. Windows color (decimal): -2673374 or 2242007. OLE color: 2242007.
HSL color Cylindrical-coordinate representation of color #D73522: hue angle of 6.3º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D73522 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 34 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.16 |
| HSL | 6.3º | 0.73% | 0.49% | - |
| HSV(B) | 6.3º | 0.84% | 0.84% | - |
| XYZ | 29.59 | 17.11 | 3.26 | - |
| YUV | 99.27 | 91.17 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 34 | 0 | 0.75 | 0.84 | 0.16 | 6.3 | 0.73 | 0.49 |
| Hex | D7 | 35 | 22 | 0 | 4B | 54 | 10 | 6 | 49 | 31 |
| Octal | 327 | 65 | 42 | 0 | 113 | 124 | 20 | 6 | 111 | 61 |
| Binary | 11010111 | 110101 | 100010 | 0 | 1001011 | 1010100 | 10000 | 110 | 1001001 | 110001 |
Color Harmonies of #D73522
Complementary color
Monochromatic Colors of #D73522
Black with #D73522
Text Example
Text Example
White with #D73522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73522; }
p { color: rgb(215,53,34); }
H1.HeaderClassName
{
color: #D73522;
}
.AnyTagClassName
{
color: #D73522;
}
</style>
background-color css
<style>
a { background-color: #D73522; }
a { background-color: rgb(215,53,34); }
div.DivClassName
{
background-color: #D73522;
}
.BgClassName
{
background-color: #D73522;
}
</style>
border-color css
<style>
span { border-color: #D73522; }
span { border-color: rgb(215,53,34); }
td.TdClassName
{
border-color: #D73522;
}
.TagClassName
{
border-color: #D73522;
}
</style>