Html Css Color HEX #D13D09 Harley Davidson Orange
📋 copy color: '#D13D09'red 209 ◦ green 61 ◦ blue 9
Shades of Harley Davidson Orange #D13D09
Tints of Harley Davidson Orange #D13D09
RGB
CMYK
RGB Variations
Color information
#D13D09 (or 0xD13D09) is known color: Harley Davidson Orange. HEX triplet: D1, 3D and 09. RGB value is (209,61,9). Sum of RGB (Red+Green+Blue) = 209+61+9=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13D09 is #2EC2F6. Grayscale: #636363. Windows color (decimal): -3064567 or 605649. OLE color: 605649.
HSL color Cylindrical-coordinate representation of color #D13D09: hue angle of 15.6º 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 #D13D09 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 61 | 9 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.18 |
| HSL | 15.6º | 0.92% | 0.43% | - |
| HSV(B) | 15.6º | 0.96% | 0.82% | - |
| XYZ | 28.01 | 16.91 | 2.05 | - |
| YUV | 99.32 | 77.03 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 9 | 0 | 0.71 | 0.96 | 0.18 | 15.6 | 0.92 | 0.43 |
| Hex | D1 | 3D | 9 | 0 | 47 | 60 | 12 | 10 | 5C | 2B |
| Octal | 321 | 75 | 11 | 0 | 107 | 140 | 22 | 20 | 134 | 53 |
| Binary | 11010001 | 111101 | 1001 | 0 | 1000111 | 1100000 | 10010 | 10000 | 1011100 | 101011 |
Color Harmonies of #D13D09
Complementary color
Monochromatic Colors of #D13D09
Black with #D13D09
Text Example
Text Example
White with #D13D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13D09; }
p { color: rgb(209,61,9); }
H1.HeaderClassName
{
color: #D13D09;
}
.AnyTagClassName
{
color: #D13D09;
}
</style>
background-color css
<style>
a { background-color: #D13D09; }
a { background-color: rgb(209,61,9); }
div.DivClassName
{
background-color: #D13D09;
}
.BgClassName
{
background-color: #D13D09;
}
</style>
border-color css
<style>
span { border-color: #D13D09; }
span { border-color: rgb(209,61,9); }
td.TdClassName
{
border-color: #D13D09;
}
.TagClassName
{
border-color: #D13D09;
}
</style>