Html Css Color HEX #D03521 Harley Davidson Orange
📋 copy color: '#D03521'red 208 ◦ green 53 ◦ blue 33
Shades of Harley Davidson Orange #D03521
Tints of Harley Davidson Orange #D03521
RGB
CMYK
RGB Variations
Color information
#D03521 (or 0xD03521) is known color: Harley Davidson Orange. HEX triplet: D0, 35 and 21. RGB value is (208,53,33). Sum of RGB (Red+Green+Blue) = 208+53+33=294 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.75% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 208 - color contains mainly: red. Hex color #D03521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03521 is #2FCADE. Grayscale: #616161. Windows color (decimal): -3132127 or 2176464. OLE color: 2176464.
HSL color Cylindrical-coordinate representation of color #D03521: hue angle of 6.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D03521 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 33 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.18 |
| HSL | 6.86º | 0.73% | 0.47% | - |
| HSV(B) | 6.86º | 0.84% | 0.82% | - |
| XYZ | 27.56 | 16.07 | 3.09 | - |
| YUV | 97.07 | 91.85 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 33 | 0 | 0.75 | 0.84 | 0.18 | 6.86 | 0.73 | 0.47 |
| Hex | D0 | 35 | 21 | 0 | 4B | 54 | 12 | 7 | 49 | 2F |
| Octal | 320 | 65 | 41 | 0 | 113 | 124 | 22 | 7 | 111 | 57 |
| Binary | 11010000 | 110101 | 100001 | 0 | 1001011 | 1010100 | 10010 | 111 | 1001001 | 101111 |
Color Harmonies of #D03521
Complementary color
Monochromatic Colors of #D03521
Black with #D03521
Text Example
Text Example
White with #D03521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03521; }
p { color: rgb(208,53,33); }
H1.HeaderClassName
{
color: #D03521;
}
.AnyTagClassName
{
color: #D03521;
}
</style>
background-color css
<style>
a { background-color: #D03521; }
a { background-color: rgb(208,53,33); }
div.DivClassName
{
background-color: #D03521;
}
.BgClassName
{
background-color: #D03521;
}
</style>
border-color css
<style>
span { border-color: #D03521; }
span { border-color: rgb(208,53,33); }
td.TdClassName
{
border-color: #D03521;
}
.TagClassName
{
border-color: #D03521;
}
</style>