Html Css Color HEX #D34023 Harley Davidson Orange
📋 copy color: '#D34023'red 211 ◦ green 64 ◦ blue 35
Shades of Harley Davidson Orange #D34023
Tints of Harley Davidson Orange #D34023
RGB
CMYK
RGB Variations
Color information
#D34023 (or 0xD34023) is known color: Harley Davidson Orange. HEX triplet: D3, 40 and 23. RGB value is (211,64,35). Sum of RGB (Red+Green+Blue) = 211+64+35=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D34023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34023 is #2CBFDC. Grayscale: #686868. Windows color (decimal): -2932701 or 2310355. OLE color: 2310355.
HSL color Cylindrical-coordinate representation of color #D34023: hue angle of 9.89º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D34023 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 35 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.17 |
| HSL | 9.89º | 0.72% | 0.48% | - |
| HSV(B) | 9.89º | 0.83% | 0.83% | - |
| XYZ | 29 | 17.64 | 3.47 | - |
| YUV | 104.65 | 88.7 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 35 | 0 | 0.70 | 0.83 | 0.17 | 9.89 | 0.72 | 0.48 |
| Hex | D3 | 40 | 23 | 0 | 46 | 53 | 11 | A | 48 | 30 |
| Octal | 323 | 100 | 43 | 0 | 106 | 123 | 21 | 12 | 110 | 60 |
| Binary | 11010011 | 1000000 | 100011 | 0 | 1000110 | 1010011 | 10001 | 1010 | 1001000 | 110000 |
Color Harmonies of #D34023
Complementary color
Monochromatic Colors of #D34023
Black with #D34023
Text Example
Text Example
White with #D34023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34023; }
p { color: rgb(211,64,35); }
H1.HeaderClassName
{
color: #D34023;
}
.AnyTagClassName
{
color: #D34023;
}
</style>
background-color css
<style>
a { background-color: #D34023; }
a { background-color: rgb(211,64,35); }
div.DivClassName
{
background-color: #D34023;
}
.BgClassName
{
background-color: #D34023;
}
</style>
border-color css
<style>
span { border-color: #D34023; }
span { border-color: rgb(211,64,35); }
td.TdClassName
{
border-color: #D34023;
}
.TagClassName
{
border-color: #D34023;
}
</style>