Html Css Color HEX #D02C0D Harley Davidson Orange
📋 copy color: '#D02C0D'red 208 ◦ green 44 ◦ blue 13
Shades of Harley Davidson Orange #D02C0D
Tints of Harley Davidson Orange #D02C0D
RGB
CMYK
RGB Variations
Color information
#D02C0D (or 0xD02C0D) is known color: Harley Davidson Orange. HEX triplet: D0, 2C and 0D. RGB value is (208,44,13). Sum of RGB (Red+Green+Blue) = 208+44+13=265 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.49% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02C0D is #2FD3F2. Grayscale: #595959. Windows color (decimal): -3134451 or 863440. OLE color: 863440.
HSL color Cylindrical-coordinate representation of color #D02C0D: hue angle of 9.54º degrees, saturation: 0.88, 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 #D02C0D is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 44 | 13 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.18 |
| HSL | 9.54º | 0.88% | 0.43% | - |
| HSV(B) | 9.54º | 0.94% | 0.82% | - |
| XYZ | 26.99 | 15.24 | 1.9 | - |
| YUV | 89.5 | 84.83 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 13 | 0 | 0.79 | 0.94 | 0.18 | 9.54 | 0.88 | 0.43 |
| Hex | D0 | 2C | D | 0 | 4F | 5E | 12 | A | 58 | 2B |
| Octal | 320 | 54 | 15 | 0 | 117 | 136 | 22 | 12 | 130 | 53 |
| Binary | 11010000 | 101100 | 1101 | 0 | 1001111 | 1011110 | 10010 | 1010 | 1011000 | 101011 |
Color Harmonies of #D02C0D
Complementary color
Monochromatic Colors of #D02C0D
Black with #D02C0D
Text Example
Text Example
White with #D02C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02C0D; }
p { color: rgb(208,44,13); }
H1.HeaderClassName
{
color: #D02C0D;
}
.AnyTagClassName
{
color: #D02C0D;
}
</style>
background-color css
<style>
a { background-color: #D02C0D; }
a { background-color: rgb(208,44,13); }
div.DivClassName
{
background-color: #D02C0D;
}
.BgClassName
{
background-color: #D02C0D;
}
</style>
border-color css
<style>
span { border-color: #D02C0D; }
span { border-color: rgb(208,44,13); }
td.TdClassName
{
border-color: #D02C0D;
}
.TagClassName
{
border-color: #D02C0D;
}
</style>