Html Css Color HEX #D0200C Harley Davidson Orange
📋 copy color: '#D0200C'red 208 ◦ green 32 ◦ blue 12
Shades of Harley Davidson Orange #D0200C
Tints of Harley Davidson Orange #D0200C
RGB
CMYK
RGB Variations
Color information
#D0200C (or 0xD0200C) is known color: Harley Davidson Orange. HEX triplet: D0, 20 and 0C. RGB value is (208,32,12). Sum of RGB (Red+Green+Blue) = 208+32+12=252 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.54% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 208 - color contains mainly: red. Hex color #D0200C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0200C is #2FDFF3. Grayscale: #525252. Windows color (decimal): -3137524 or 794832. OLE color: 794832.
HSL color Cylindrical-coordinate representation of color #D0200C: hue angle of 6.12º 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 #D0200C is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 12 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.18 |
| HSL | 6.12º | 0.89% | 0.43% | - |
| HSV(B) | 6.12º | 0.94% | 0.82% | - |
| XYZ | 26.6 | 14.47 | 1.74 | - |
| YUV | 82.34 | 88.31 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 12 | 0 | 0.85 | 0.94 | 0.18 | 6.12 | 0.89 | 0.43 |
| Hex | D0 | 20 | C | 0 | 55 | 5E | 12 | 6 | 59 | 2B |
| Octal | 320 | 40 | 14 | 0 | 125 | 136 | 22 | 6 | 131 | 53 |
| Binary | 11010000 | 100000 | 1100 | 0 | 1010101 | 1011110 | 10010 | 110 | 1011001 | 101011 |
Color Harmonies of #D0200C
Complementary color
Monochromatic Colors of #D0200C
Black with #D0200C
Text Example
Text Example
White with #D0200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0200C; }
p { color: rgb(208,32,12); }
H1.HeaderClassName
{
color: #D0200C;
}
.AnyTagClassName
{
color: #D0200C;
}
</style>
background-color css
<style>
a { background-color: #D0200C; }
a { background-color: rgb(208,32,12); }
div.DivClassName
{
background-color: #D0200C;
}
.BgClassName
{
background-color: #D0200C;
}
</style>
border-color css
<style>
span { border-color: #D0200C; }
span { border-color: rgb(208,32,12); }
td.TdClassName
{
border-color: #D0200C;
}
.TagClassName
{
border-color: #D0200C;
}
</style>