Html Css Color HEX #D03A19 Harley Davidson Orange
📋 copy color: '#D03A19'red 208 ◦ green 58 ◦ blue 25
Shades of Harley Davidson Orange #D03A19
Tints of Harley Davidson Orange #D03A19
RGB
CMYK
RGB Variations
Color information
#D03A19 (or 0xD03A19) is known color: Harley Davidson Orange. HEX triplet: D0, 3A and 19. RGB value is (208,58,25). Sum of RGB (Red+Green+Blue) = 208+58+25=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03A19 is #2FC5E6. Grayscale: #636363. Windows color (decimal): -3130855 or 1653456. OLE color: 1653456.
HSL color Cylindrical-coordinate representation of color #D03A19: hue angle of 10.82º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D03A19 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 25 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.18 |
| HSL | 10.82º | 0.79% | 0.46% | - |
| HSV(B) | 10.82º | 0.88% | 0.82% | - |
| XYZ | 27.7 | 16.51 | 2.65 | - |
| YUV | 99.09 | 86.2 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 25 | 0 | 0.72 | 0.88 | 0.18 | 10.82 | 0.79 | 0.46 |
| Hex | D0 | 3A | 19 | 0 | 48 | 58 | 12 | B | 4F | 2E |
| Octal | 320 | 72 | 31 | 0 | 110 | 130 | 22 | 13 | 117 | 56 |
| Binary | 11010000 | 111010 | 11001 | 0 | 1001000 | 1011000 | 10010 | 1011 | 1001111 | 101110 |
Color Harmonies of #D03A19
Complementary color
Monochromatic Colors of #D03A19
Black with #D03A19
Text Example
Text Example
White with #D03A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03A19; }
p { color: rgb(208,58,25); }
H1.HeaderClassName
{
color: #D03A19;
}
.AnyTagClassName
{
color: #D03A19;
}
</style>
background-color css
<style>
a { background-color: #D03A19; }
a { background-color: rgb(208,58,25); }
div.DivClassName
{
background-color: #D03A19;
}
.BgClassName
{
background-color: #D03A19;
}
</style>
border-color css
<style>
span { border-color: #D03A19; }
span { border-color: rgb(208,58,25); }
td.TdClassName
{
border-color: #D03A19;
}
.TagClassName
{
border-color: #D03A19;
}
</style>