Html Css Color HEX #D14023 Harley Davidson Orange
📋 copy color: '#D14023'red 209 ◦ green 64 ◦ blue 35
Shades of Harley Davidson Orange #D14023
Tints of Harley Davidson Orange #D14023
RGB
CMYK
RGB Variations
Color information
#D14023 (or 0xD14023) is known color: Harley Davidson Orange. HEX triplet: D1, 40 and 23. RGB value is (209,64,35). Sum of RGB (Red+Green+Blue) = 209+64+35=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D14023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14023 is #2EBFDC. Grayscale: #686868. Windows color (decimal): -3063773 or 2310353. OLE color: 2310353.
HSL color Cylindrical-coordinate representation of color #D14023: hue angle of 10º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D14023 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 35 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.18 |
| HSL | 10º | 0.71% | 0.48% | - |
| HSV(B) | 10º | 0.83% | 0.82% | - |
| XYZ | 28.43 | 17.34 | 3.44 | - |
| YUV | 104.05 | 89.04 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 35 | 0 | 0.69 | 0.83 | 0.18 | 10 | 0.71 | 0.48 |
| Hex | D1 | 40 | 23 | 0 | 45 | 53 | 12 | A | 47 | 30 |
| Octal | 321 | 100 | 43 | 0 | 105 | 123 | 22 | 12 | 107 | 60 |
| Binary | 11010001 | 1000000 | 100011 | 0 | 1000101 | 1010011 | 10010 | 1010 | 1000111 | 110000 |
Color Harmonies of #D14023
Complementary color
Monochromatic Colors of #D14023
Black with #D14023
Text Example
Text Example
White with #D14023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14023; }
p { color: rgb(209,64,35); }
H1.HeaderClassName
{
color: #D14023;
}
.AnyTagClassName
{
color: #D14023;
}
</style>
background-color css
<style>
a { background-color: #D14023; }
a { background-color: rgb(209,64,35); }
div.DivClassName
{
background-color: #D14023;
}
.BgClassName
{
background-color: #D14023;
}
</style>
border-color css
<style>
span { border-color: #D14023; }
span { border-color: rgb(209,64,35); }
td.TdClassName
{
border-color: #D14023;
}
.TagClassName
{
border-color: #D14023;
}
</style>