Html Css Color HEX #D0321C Harley Davidson Orange
📋 copy color: '#D0321C'red 208 ◦ green 50 ◦ blue 28
Shades of Harley Davidson Orange #D0321C
Tints of Harley Davidson Orange #D0321C
RGB
CMYK
RGB Variations
Color information
#D0321C (or 0xD0321C) is known color: Harley Davidson Orange. HEX triplet: D0, 32 and 1C. RGB value is (208,50,28). Sum of RGB (Red+Green+Blue) = 208+50+28=286 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.73% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 208 - color contains mainly: red. Hex color #D0321C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0321C is #2FCDE3. Grayscale: #5E5E5E. Windows color (decimal): -3132900 or 1848016. OLE color: 1848016.
HSL color Cylindrical-coordinate representation of color #D0321C: hue angle of 7.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0321C is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 28 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.18 |
| HSL | 7.33º | 0.76% | 0.46% | - |
| HSV(B) | 7.33º | 0.87% | 0.82% | - |
| XYZ | 27.36 | 15.77 | 2.7 | - |
| YUV | 94.73 | 90.35 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 28 | 0 | 0.76 | 0.87 | 0.18 | 7.33 | 0.76 | 0.46 |
| Hex | D0 | 32 | 1C | 0 | 4C | 57 | 12 | 7 | 4C | 2E |
| Octal | 320 | 62 | 34 | 0 | 114 | 127 | 22 | 7 | 114 | 56 |
| Binary | 11010000 | 110010 | 11100 | 0 | 1001100 | 1010111 | 10010 | 111 | 1001100 | 101110 |
Color Harmonies of #D0321C
Complementary color
Monochromatic Colors of #D0321C
Black with #D0321C
Text Example
Text Example
White with #D0321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0321C; }
p { color: rgb(208,50,28); }
H1.HeaderClassName
{
color: #D0321C;
}
.AnyTagClassName
{
color: #D0321C;
}
</style>
background-color css
<style>
a { background-color: #D0321C; }
a { background-color: rgb(208,50,28); }
div.DivClassName
{
background-color: #D0321C;
}
.BgClassName
{
background-color: #D0321C;
}
</style>
border-color css
<style>
span { border-color: #D0321C; }
span { border-color: rgb(208,50,28); }
td.TdClassName
{
border-color: #D0321C;
}
.TagClassName
{
border-color: #D0321C;
}
</style>