Html Css Color HEX #D13A09 Harley Davidson Orange
📋 copy color: '#D13A09'red 209 ◦ green 58 ◦ blue 9
Shades of Harley Davidson Orange #D13A09
Tints of Harley Davidson Orange #D13A09
RGB
CMYK
RGB Variations
Color information
#D13A09 (or 0xD13A09) is known color: Harley Davidson Orange. HEX triplet: D1, 3A and 09. RGB value is (209,58,9). Sum of RGB (Red+Green+Blue) = 209+58+9=276 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.72% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13A09 is #2EC5F6. Grayscale: #616161. Windows color (decimal): -3065335 or 604881. OLE color: 604881.
HSL color Cylindrical-coordinate representation of color #D13A09: hue angle of 14.7º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D13A09 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 58 | 9 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.18 |
| HSL | 14.7º | 0.92% | 0.43% | - |
| HSV(B) | 14.7º | 0.96% | 0.82% | - |
| XYZ | 27.86 | 16.6 | 1.99 | - |
| YUV | 97.56 | 78.03 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 9 | 0 | 0.72 | 0.96 | 0.18 | 14.7 | 0.92 | 0.43 |
| Hex | D1 | 3A | 9 | 0 | 48 | 60 | 12 | F | 5C | 2B |
| Octal | 321 | 72 | 11 | 0 | 110 | 140 | 22 | 17 | 134 | 53 |
| Binary | 11010001 | 111010 | 1001 | 0 | 1001000 | 1100000 | 10010 | 1111 | 1011100 | 101011 |
Color Harmonies of #D13A09
Complementary color
Monochromatic Colors of #D13A09
Black with #D13A09
Text Example
Text Example
White with #D13A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13A09; }
p { color: rgb(209,58,9); }
H1.HeaderClassName
{
color: #D13A09;
}
.AnyTagClassName
{
color: #D13A09;
}
</style>
background-color css
<style>
a { background-color: #D13A09; }
a { background-color: rgb(209,58,9); }
div.DivClassName
{
background-color: #D13A09;
}
.BgClassName
{
background-color: #D13A09;
}
</style>
border-color css
<style>
span { border-color: #D13A09; }
span { border-color: rgb(209,58,9); }
td.TdClassName
{
border-color: #D13A09;
}
.TagClassName
{
border-color: #D13A09;
}
</style>