Html Css Color HEX #D6280B Harley Davidson Orange
📋 copy color: '#D6280B'red 214 ◦ green 40 ◦ blue 11
Shades of Harley Davidson Orange #D6280B
Tints of Harley Davidson Orange #D6280B
RGB
CMYK
RGB Variations
Color information
#D6280B (or 0xD6280B) is known color: Harley Davidson Orange. HEX triplet: D6, 28 and 0B. RGB value is (214,40,11). Sum of RGB (Red+Green+Blue) = 214+40+11=265 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.75% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 214 - color contains mainly: red. Hex color #D6280B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6280B is #29D7F4. Grayscale: #595959. Windows color (decimal): -2742261 or 731350. OLE color: 731350.
HSL color Cylindrical-coordinate representation of color #D6280B: hue angle of 8.57º degrees, saturation: 0.9, 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 #D6280B is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 11 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.16 |
| HSL | 8.57º | 0.9% | 0.44% | - |
| HSV(B) | 8.57º | 0.95% | 0.84% | - |
| XYZ | 28.55 | 15.84 | 1.87 | - |
| YUV | 88.72 | 84.15 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 11 | 0 | 0.81 | 0.95 | 0.16 | 8.57 | 0.9 | 0.44 |
| Hex | D6 | 28 | B | 0 | 51 | 5F | 10 | 9 | 5A | 2C |
| Octal | 326 | 50 | 13 | 0 | 121 | 137 | 20 | 11 | 132 | 54 |
| Binary | 11010110 | 101000 | 1011 | 0 | 1010001 | 1011111 | 10000 | 1001 | 1011010 | 101100 |
Color Harmonies of #D6280B
Complementary color
Monochromatic Colors of #D6280B
Black with #D6280B
Text Example
Text Example
White with #D6280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6280B; }
p { color: rgb(214,40,11); }
H1.HeaderClassName
{
color: #D6280B;
}
.AnyTagClassName
{
color: #D6280B;
}
</style>
background-color css
<style>
a { background-color: #D6280B; }
a { background-color: rgb(214,40,11); }
div.DivClassName
{
background-color: #D6280B;
}
.BgClassName
{
background-color: #D6280B;
}
</style>
border-color css
<style>
span { border-color: #D6280B; }
span { border-color: rgb(214,40,11); }
td.TdClassName
{
border-color: #D6280B;
}
.TagClassName
{
border-color: #D6280B;
}
</style>