Html Css Color HEX #D14003 Harley Davidson Orange
📋 copy color: '#D14003'red 209 ◦ green 64 ◦ blue 3
Shades of Harley Davidson Orange #D14003
Tints of Harley Davidson Orange #D14003
RGB
CMYK
RGB Variations
Color information
#D14003 (or 0xD14003) is known color: Harley Davidson Orange. HEX triplet: D1, 40 and 03. RGB value is (209,64,3). Sum of RGB (Red+Green+Blue) = 209+64+3=276 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.72% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 209 - color contains mainly: red. Hex color #D14003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14003 is #2EBFFC. Grayscale: #646464. Windows color (decimal): -3063805 or 213201. OLE color: 213201.
HSL color Cylindrical-coordinate representation of color #D14003: hue angle of 17.77º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D14003 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 3 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.18 |
| HSL | 17.77º | 0.97% | 0.42% | - |
| HSV(B) | 17.77º | 0.99% | 0.82% | - |
| XYZ | 28.14 | 17.23 | 1.93 | - |
| YUV | 100.4 | 73.04 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 3 | 0 | 0.69 | 0.99 | 0.18 | 17.77 | 0.97 | 0.42 |
| Hex | D1 | 40 | 3 | 0 | 45 | 63 | 12 | 12 | 61 | 2A |
| Octal | 321 | 100 | 3 | 0 | 105 | 143 | 22 | 22 | 141 | 52 |
| Binary | 11010001 | 1000000 | 11 | 0 | 1000101 | 1100011 | 10010 | 10010 | 1100001 | 101010 |
Color Harmonies of #D14003
Complementary color
Monochromatic Colors of #D14003
Black with #D14003
Text Example
Text Example
White with #D14003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14003; }
p { color: rgb(209,64,3); }
H1.HeaderClassName
{
color: #D14003;
}
.AnyTagClassName
{
color: #D14003;
}
</style>
background-color css
<style>
a { background-color: #D14003; }
a { background-color: rgb(209,64,3); }
div.DivClassName
{
background-color: #D14003;
}
.BgClassName
{
background-color: #D14003;
}
</style>
border-color css
<style>
span { border-color: #D14003; }
span { border-color: rgb(209,64,3); }
td.TdClassName
{
border-color: #D14003;
}
.TagClassName
{
border-color: #D14003;
}
</style>