Html Css Color HEX #D6270D Harley Davidson Orange
📋 copy color: '#D6270D'red 214 ◦ green 39 ◦ blue 13
Shades of Harley Davidson Orange #D6270D
Tints of Harley Davidson Orange #D6270D
RGB
CMYK
RGB Variations
Color information
#D6270D (or 0xD6270D) is known color: Harley Davidson Orange. HEX triplet: D6, 27 and 0D. RGB value is (214,39,13). Sum of RGB (Red+Green+Blue) = 214+39+13=266 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.45% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 214 - color contains mainly: red. Hex color #D6270D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6270D is #29D8F2. Grayscale: #585858. Windows color (decimal): -2742515 or 862166. OLE color: 862166.
HSL color Cylindrical-coordinate representation of color #D6270D: hue angle of 7.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6270D is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 39 | 13 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.16 |
| HSL | 7.76º | 0.89% | 0.45% | - |
| HSV(B) | 7.76º | 0.94% | 0.84% | - |
| XYZ | 28.53 | 15.78 | 1.92 | - |
| YUV | 88.36 | 85.48 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 13 | 0 | 0.82 | 0.94 | 0.16 | 7.76 | 0.89 | 0.45 |
| Hex | D6 | 27 | D | 0 | 52 | 5E | 10 | 8 | 59 | 2D |
| Octal | 326 | 47 | 15 | 0 | 122 | 136 | 20 | 10 | 131 | 55 |
| Binary | 11010110 | 100111 | 1101 | 0 | 1010010 | 1011110 | 10000 | 1000 | 1011001 | 101101 |
Color Harmonies of #D6270D
Complementary color
Monochromatic Colors of #D6270D
Black with #D6270D
Text Example
Text Example
White with #D6270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6270D; }
p { color: rgb(214,39,13); }
H1.HeaderClassName
{
color: #D6270D;
}
.AnyTagClassName
{
color: #D6270D;
}
</style>
background-color css
<style>
a { background-color: #D6270D; }
a { background-color: rgb(214,39,13); }
div.DivClassName
{
background-color: #D6270D;
}
.BgClassName
{
background-color: #D6270D;
}
</style>
border-color css
<style>
span { border-color: #D6270D; }
span { border-color: rgb(214,39,13); }
td.TdClassName
{
border-color: #D6270D;
}
.TagClassName
{
border-color: #D6270D;
}
</style>