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