Html Css Color HEX #D03F1D Harley Davidson Orange
📋 copy color: '#D03F1D'red 208 ◦ green 63 ◦ blue 29
Shades of Harley Davidson Orange #D03F1D
Tints of Harley Davidson Orange #D03F1D
RGB
CMYK
RGB Variations
Color information
#D03F1D (or 0xD03F1D) is known color: Harley Davidson Orange. HEX triplet: D0, 3F and 1D. RGB value is (208,63,29). Sum of RGB (Red+Green+Blue) = 208+63+29=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03F1D is #2FC0E2. Grayscale: #666666. Windows color (decimal): -3129571 or 1916880. OLE color: 1916880.
HSL color Cylindrical-coordinate representation of color #D03F1D: hue angle of 11.4º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D03F1D is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 63 | 29 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.18 |
| HSL | 11.4º | 0.76% | 0.46% | - |
| HSV(B) | 11.4º | 0.86% | 0.82% | - |
| XYZ | 28.01 | 17.05 | 2.98 | - |
| YUV | 102.48 | 86.54 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 29 | 0 | 0.70 | 0.86 | 0.18 | 11.4 | 0.76 | 0.46 |
| Hex | D0 | 3F | 1D | 0 | 46 | 56 | 12 | B | 4C | 2E |
| Octal | 320 | 77 | 35 | 0 | 106 | 126 | 22 | 13 | 114 | 56 |
| Binary | 11010000 | 111111 | 11101 | 0 | 1000110 | 1010110 | 10010 | 1011 | 1001100 | 101110 |
Color Harmonies of #D03F1D
Complementary color
Monochromatic Colors of #D03F1D
Black with #D03F1D
Text Example
Text Example
White with #D03F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03F1D; }
p { color: rgb(208,63,29); }
H1.HeaderClassName
{
color: #D03F1D;
}
.AnyTagClassName
{
color: #D03F1D;
}
</style>
background-color css
<style>
a { background-color: #D03F1D; }
a { background-color: rgb(208,63,29); }
div.DivClassName
{
background-color: #D03F1D;
}
.BgClassName
{
background-color: #D03F1D;
}
</style>
border-color css
<style>
span { border-color: #D03F1D; }
span { border-color: rgb(208,63,29); }
td.TdClassName
{
border-color: #D03F1D;
}
.TagClassName
{
border-color: #D03F1D;
}
</style>