Html Css Color HEX #D0290C Harley Davidson Orange
📋 copy color: '#D0290C'red 208 ◦ green 41 ◦ blue 12
Shades of Harley Davidson Orange #D0290C
Tints of Harley Davidson Orange #D0290C
RGB
CMYK
RGB Variations
Color information
#D0290C (or 0xD0290C) is known color: Harley Davidson Orange. HEX triplet: D0, 29 and 0C. RGB value is (208,41,12). Sum of RGB (Red+Green+Blue) = 208+41+12=261 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.69% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 208 - color contains mainly: red. Hex color #D0290C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0290C is #2FD6F3. Grayscale: #575757. Windows color (decimal): -3135220 or 797136. OLE color: 797136.
HSL color Cylindrical-coordinate representation of color #D0290C: hue angle of 8.88º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0290C is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 41 | 12 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.18 |
| HSL | 8.88º | 0.89% | 0.43% | - |
| HSV(B) | 8.88º | 0.94% | 0.82% | - |
| XYZ | 26.87 | 15.02 | 1.83 | - |
| YUV | 87.63 | 85.33 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 41 | 12 | 0 | 0.80 | 0.94 | 0.18 | 8.88 | 0.89 | 0.43 |
| Hex | D0 | 29 | C | 0 | 50 | 5E | 12 | 9 | 59 | 2B |
| Octal | 320 | 51 | 14 | 0 | 120 | 136 | 22 | 11 | 131 | 53 |
| Binary | 11010000 | 101001 | 1100 | 0 | 1010000 | 1011110 | 10010 | 1001 | 1011001 | 101011 |
Color Harmonies of #D0290C
Complementary color
Monochromatic Colors of #D0290C
Black with #D0290C
Text Example
Text Example
White with #D0290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0290C; }
p { color: rgb(208,41,12); }
H1.HeaderClassName
{
color: #D0290C;
}
.AnyTagClassName
{
color: #D0290C;
}
</style>
background-color css
<style>
a { background-color: #D0290C; }
a { background-color: rgb(208,41,12); }
div.DivClassName
{
background-color: #D0290C;
}
.BgClassName
{
background-color: #D0290C;
}
</style>
border-color css
<style>
span { border-color: #D0290C; }
span { border-color: rgb(208,41,12); }
td.TdClassName
{
border-color: #D0290C;
}
.TagClassName
{
border-color: #D0290C;
}
</style>