Html Css Color HEX #D7261D Harley Davidson Orange
📋 copy color: '#D7261D'red 215 ◦ green 38 ◦ blue 29
Shades of Harley Davidson Orange #D7261D
Tints of Harley Davidson Orange #D7261D
RGB
CMYK
RGB Variations
Color information
#D7261D (or 0xD7261D) is known color: Harley Davidson Orange. HEX triplet: D7, 26 and 1D. RGB value is (215,38,29). Sum of RGB (Red+Green+Blue) = 215+38+29=282 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.24% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 215 - color contains mainly: red. Hex color #D7261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7261D is #28D9E2. Grayscale: #5A5A5A. Windows color (decimal): -2677219 or 1910487. OLE color: 1910487.
HSL color Cylindrical-coordinate representation of color #D7261D: hue angle of 2.9º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7261D is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 29 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.16 |
| HSL | 2.9º | 0.76% | 0.48% | - |
| HSV(B) | 2.9º | 0.87% | 0.84% | - |
| XYZ | 28.94 | 15.92 | 2.71 | - |
| YUV | 89.9 | 93.64 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 29 | 0 | 0.82 | 0.87 | 0.16 | 2.9 | 0.76 | 0.48 |
| Hex | D7 | 26 | 1D | 0 | 52 | 57 | 10 | 3 | 4C | 30 |
| Octal | 327 | 46 | 35 | 0 | 122 | 127 | 20 | 3 | 114 | 60 |
| Binary | 11010111 | 100110 | 11101 | 0 | 1010010 | 1010111 | 10000 | 11 | 1001100 | 110000 |
Color Harmonies of #D7261D
Complementary color
Monochromatic Colors of #D7261D
Black with #D7261D
Text Example
Text Example
White with #D7261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7261D; }
p { color: rgb(215,38,29); }
H1.HeaderClassName
{
color: #D7261D;
}
.AnyTagClassName
{
color: #D7261D;
}
</style>
background-color css
<style>
a { background-color: #D7261D; }
a { background-color: rgb(215,38,29); }
div.DivClassName
{
background-color: #D7261D;
}
.BgClassName
{
background-color: #D7261D;
}
</style>
border-color css
<style>
span { border-color: #D7261D; }
span { border-color: rgb(215,38,29); }
td.TdClassName
{
border-color: #D7261D;
}
.TagClassName
{
border-color: #D7261D;
}
</style>