Html Css Color HEX #D6280A Harley Davidson Orange
📋 copy color: '#D6280A'red 214 ◦ green 40 ◦ blue 10
Shades of Harley Davidson Orange #D6280A
Tints of Harley Davidson Orange #D6280A
RGB
CMYK
RGB Variations
Color information
#D6280A (or 0xD6280A) is known color: Harley Davidson Orange. HEX triplet: D6, 28 and 0A. RGB value is (214,40,10). Sum of RGB (Red+Green+Blue) = 214+40+10=264 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.06% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 214 - color contains mainly: red. Hex color #D6280A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6280A is #29D7F5. Grayscale: #585858. Windows color (decimal): -2742262 or 665814. OLE color: 665814.
HSL color Cylindrical-coordinate representation of color #D6280A: hue angle of 8.82º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6280A is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 10 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.16 |
| HSL | 8.82º | 0.91% | 0.44% | - |
| HSV(B) | 8.82º | 0.95% | 0.84% | - |
| XYZ | 28.55 | 15.84 | 1.84 | - |
| YUV | 88.61 | 83.65 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 10 | 0 | 0.81 | 0.95 | 0.16 | 8.82 | 0.91 | 0.44 |
| Hex | D6 | 28 | A | 0 | 51 | 5F | 10 | 9 | 5B | 2C |
| Octal | 326 | 50 | 12 | 0 | 121 | 137 | 20 | 11 | 133 | 54 |
| Binary | 11010110 | 101000 | 1010 | 0 | 1010001 | 1011111 | 10000 | 1001 | 1011011 | 101100 |
Color Harmonies of #D6280A
Complementary color
Monochromatic Colors of #D6280A
Black with #D6280A
Text Example
Text Example
White with #D6280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6280A; }
p { color: rgb(214,40,10); }
H1.HeaderClassName
{
color: #D6280A;
}
.AnyTagClassName
{
color: #D6280A;
}
</style>
background-color css
<style>
a { background-color: #D6280A; }
a { background-color: rgb(214,40,10); }
div.DivClassName
{
background-color: #D6280A;
}
.BgClassName
{
background-color: #D6280A;
}
</style>
border-color css
<style>
span { border-color: #D6280A; }
span { border-color: rgb(214,40,10); }
td.TdClassName
{
border-color: #D6280A;
}
.TagClassName
{
border-color: #D6280A;
}
</style>