Html Css Color HEX #D1260B Harley Davidson Orange
📋 copy color: '#D1260B'red 209 ◦ green 38 ◦ blue 11
Shades of Harley Davidson Orange #D1260B
Tints of Harley Davidson Orange #D1260B
RGB
CMYK
RGB Variations
Color information
#D1260B (or 0xD1260B) is known color: Harley Davidson Orange. HEX triplet: D1, 26 and 0B. RGB value is (209,38,11). Sum of RGB (Red+Green+Blue) = 209+38+11=258 (34% of max value = 765). Red value is 209 (82.03% from 255 or 81.01% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 209 - color contains mainly: red. Hex color #D1260B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1260B is #2ED9F4. Grayscale: #565656. Windows color (decimal): -3070453 or 730833. OLE color: 730833.
HSL color Cylindrical-coordinate representation of color #D1260B: hue angle of 8.18º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1260B is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 11 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.18 |
| HSL | 8.18º | 0.9% | 0.43% | - |
| HSV(B) | 8.18º | 0.95% | 0.82% | - |
| XYZ | 27.05 | 14.97 | 1.78 | - |
| YUV | 86.05 | 85.65 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 11 | 0 | 0.82 | 0.95 | 0.18 | 8.18 | 0.9 | 0.43 |
| Hex | D1 | 26 | B | 0 | 52 | 5F | 12 | 8 | 5A | 2B |
| Octal | 321 | 46 | 13 | 0 | 122 | 137 | 22 | 10 | 132 | 53 |
| Binary | 11010001 | 100110 | 1011 | 0 | 1010010 | 1011111 | 10010 | 1000 | 1011010 | 101011 |
Color Harmonies of #D1260B
Complementary color
Monochromatic Colors of #D1260B
Black with #D1260B
Text Example
Text Example
White with #D1260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1260B; }
p { color: rgb(209,38,11); }
H1.HeaderClassName
{
color: #D1260B;
}
.AnyTagClassName
{
color: #D1260B;
}
</style>
background-color css
<style>
a { background-color: #D1260B; }
a { background-color: rgb(209,38,11); }
div.DivClassName
{
background-color: #D1260B;
}
.BgClassName
{
background-color: #D1260B;
}
</style>
border-color css
<style>
span { border-color: #D1260B; }
span { border-color: rgb(209,38,11); }
td.TdClassName
{
border-color: #D1260B;
}
.TagClassName
{
border-color: #D1260B;
}
</style>