Html Css Color HEX #D7260F Harley Davidson Orange
📋 copy color: '#D7260F'red 215 ◦ green 38 ◦ blue 15
Shades of Harley Davidson Orange #D7260F
Tints of Harley Davidson Orange #D7260F
RGB
CMYK
RGB Variations
Color information
#D7260F (or 0xD7260F) is known color: Harley Davidson Orange. HEX triplet: D7, 26 and 0F. RGB value is (215,38,15). Sum of RGB (Red+Green+Blue) = 215+38+15=268 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.22% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 215 - color contains mainly: red. Hex color #D7260F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7260F is #28D9F0. Grayscale: #585858. Windows color (decimal): -2677233 or 992983. OLE color: 992983.
HSL color Cylindrical-coordinate representation of color #D7260F: hue angle of 6.9º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7260F is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 15 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.16 |
| HSL | 6.9º | 0.87% | 0.45% | - |
| HSV(B) | 6.9º | 0.93% | 0.84% | - |
| XYZ | 28.8 | 15.87 | 2 | - |
| YUV | 88.3 | 86.64 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 15 | 0 | 0.82 | 0.93 | 0.16 | 6.9 | 0.87 | 0.45 |
| Hex | D7 | 26 | F | 0 | 52 | 5D | 10 | 7 | 57 | 2D |
| Octal | 327 | 46 | 17 | 0 | 122 | 135 | 20 | 7 | 127 | 55 |
| Binary | 11010111 | 100110 | 1111 | 0 | 1010010 | 1011101 | 10000 | 111 | 1010111 | 101101 |
Color Harmonies of #D7260F
Complementary color
Monochromatic Colors of #D7260F
Black with #D7260F
Text Example
Text Example
White with #D7260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7260F; }
p { color: rgb(215,38,15); }
H1.HeaderClassName
{
color: #D7260F;
}
.AnyTagClassName
{
color: #D7260F;
}
</style>
background-color css
<style>
a { background-color: #D7260F; }
a { background-color: rgb(215,38,15); }
div.DivClassName
{
background-color: #D7260F;
}
.BgClassName
{
background-color: #D7260F;
}
</style>
border-color css
<style>
span { border-color: #D7260F; }
span { border-color: rgb(215,38,15); }
td.TdClassName
{
border-color: #D7260F;
}
.TagClassName
{
border-color: #D7260F;
}
</style>