Html Css Color HEX #D03103 Harley Davidson Orange
📋 copy color: '#D03103'red 208 ◦ green 49 ◦ blue 3
Shades of Harley Davidson Orange #D03103
Tints of Harley Davidson Orange #D03103
RGB
CMYK
RGB Variations
Color information
#D03103 (or 0xD03103) is known color: Harley Davidson Orange. HEX triplet: D0, 31 and 03. RGB value is (208,49,3). Sum of RGB (Red+Green+Blue) = 208+49+3=260 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 208 - color contains mainly: red. Hex color #D03103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03103 is #2FCEFC. Grayscale: #5B5B5B. Windows color (decimal): -3133181 or 209360. OLE color: 209360.
HSL color Cylindrical-coordinate representation of color #D03103: hue angle of 13.46º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D03103 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 3 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.18 |
| HSL | 13.46º | 0.97% | 0.41% | - |
| HSV(B) | 13.46º | 0.99% | 0.82% | - |
| XYZ | 27.13 | 15.61 | 1.67 | - |
| YUV | 91.3 | 78.18 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 3 | 0 | 0.76 | 0.99 | 0.18 | 13.46 | 0.97 | 0.41 |
| Hex | D0 | 31 | 3 | 0 | 4C | 63 | 12 | D | 61 | 29 |
| Octal | 320 | 61 | 3 | 0 | 114 | 143 | 22 | 15 | 141 | 51 |
| Binary | 11010000 | 110001 | 11 | 0 | 1001100 | 1100011 | 10010 | 1101 | 1100001 | 101001 |
Color Harmonies of #D03103
Complementary color
Monochromatic Colors of #D03103
Black with #D03103
Text Example
Text Example
White with #D03103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03103; }
p { color: rgb(208,49,3); }
H1.HeaderClassName
{
color: #D03103;
}
.AnyTagClassName
{
color: #D03103;
}
</style>
background-color css
<style>
a { background-color: #D03103; }
a { background-color: rgb(208,49,3); }
div.DivClassName
{
background-color: #D03103;
}
.BgClassName
{
background-color: #D03103;
}
</style>
border-color css
<style>
span { border-color: #D03103; }
span { border-color: rgb(208,49,3); }
td.TdClassName
{
border-color: #D03103;
}
.TagClassName
{
border-color: #D03103;
}
</style>