Html Css Color HEX #D2280D Harley Davidson Orange
📋 copy color: '#D2280D'red 210 ◦ green 40 ◦ blue 13
Shades of Harley Davidson Orange #D2280D
Tints of Harley Davidson Orange #D2280D
RGB
CMYK
RGB Variations
Color information
#D2280D (or 0xD2280D) is known color: Harley Davidson Orange. HEX triplet: D2, 28 and 0D. RGB value is (210,40,13). Sum of RGB (Red+Green+Blue) = 210+40+13=263 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.85% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 210 - color contains mainly: red. Hex color #D2280D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2280D is #2DD7F2. Grayscale: #585858. Windows color (decimal): -3004403 or 862418. OLE color: 862418.
HSL color Cylindrical-coordinate representation of color #D2280D: hue angle of 8.22º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2280D is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 13 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.18 |
| HSL | 8.22º | 0.88% | 0.44% | - |
| HSV(B) | 8.22º | 0.94% | 0.82% | - |
| XYZ | 27.41 | 15.25 | 1.88 | - |
| YUV | 87.75 | 85.82 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 13 | 0 | 0.81 | 0.94 | 0.18 | 8.22 | 0.88 | 0.44 |
| Hex | D2 | 28 | D | 0 | 51 | 5E | 12 | 8 | 58 | 2C |
| Octal | 322 | 50 | 15 | 0 | 121 | 136 | 22 | 10 | 130 | 54 |
| Binary | 11010010 | 101000 | 1101 | 0 | 1010001 | 1011110 | 10010 | 1000 | 1011000 | 101100 |
Color Harmonies of #D2280D
Complementary color
Monochromatic Colors of #D2280D
Black with #D2280D
Text Example
Text Example
White with #D2280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2280D; }
p { color: rgb(210,40,13); }
H1.HeaderClassName
{
color: #D2280D;
}
.AnyTagClassName
{
color: #D2280D;
}
</style>
background-color css
<style>
a { background-color: #D2280D; }
a { background-color: rgb(210,40,13); }
div.DivClassName
{
background-color: #D2280D;
}
.BgClassName
{
background-color: #D2280D;
}
</style>
border-color css
<style>
span { border-color: #D2280D; }
span { border-color: rgb(210,40,13); }
td.TdClassName
{
border-color: #D2280D;
}
.TagClassName
{
border-color: #D2280D;
}
</style>