Html Css Color HEX #D6260A Harley Davidson Orange
📋 copy color: '#D6260A'red 214 ◦ green 38 ◦ blue 10
Shades of Harley Davidson Orange #D6260A
Tints of Harley Davidson Orange #D6260A
RGB
CMYK
RGB Variations
Color information
#D6260A (or 0xD6260A) is known color: Harley Davidson Orange. HEX triplet: D6, 26 and 0A. RGB value is (214,38,10). Sum of RGB (Red+Green+Blue) = 214+38+10=262 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.68% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 214 - color contains mainly: red. Hex color #D6260A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6260A is #29D9F5. Grayscale: #575757. Windows color (decimal): -2742774 or 665302. OLE color: 665302.
HSL color Cylindrical-coordinate representation of color #D6260A: hue angle of 8.24º 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 #D6260A is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 38 | 10 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.16 |
| HSL | 8.24º | 0.91% | 0.44% | - |
| HSV(B) | 8.24º | 0.95% | 0.84% | - |
| XYZ | 28.48 | 15.7 | 1.82 | - |
| YUV | 87.43 | 84.31 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 10 | 0 | 0.82 | 0.95 | 0.16 | 8.24 | 0.91 | 0.44 |
| Hex | D6 | 26 | A | 0 | 52 | 5F | 10 | 8 | 5B | 2C |
| Octal | 326 | 46 | 12 | 0 | 122 | 137 | 20 | 10 | 133 | 54 |
| Binary | 11010110 | 100110 | 1010 | 0 | 1010010 | 1011111 | 10000 | 1000 | 1011011 | 101100 |
Color Harmonies of #D6260A
Complementary color
Monochromatic Colors of #D6260A
Black with #D6260A
Text Example
Text Example
White with #D6260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6260A; }
p { color: rgb(214,38,10); }
H1.HeaderClassName
{
color: #D6260A;
}
.AnyTagClassName
{
color: #D6260A;
}
</style>
background-color css
<style>
a { background-color: #D6260A; }
a { background-color: rgb(214,38,10); }
div.DivClassName
{
background-color: #D6260A;
}
.BgClassName
{
background-color: #D6260A;
}
</style>
border-color css
<style>
span { border-color: #D6260A; }
span { border-color: rgb(214,38,10); }
td.TdClassName
{
border-color: #D6260A;
}
.TagClassName
{
border-color: #D6260A;
}
</style>