Html Css Color HEX #D34021 Harley Davidson Orange
📋 copy color: '#D34021'red 211 ◦ green 64 ◦ blue 33
Shades of Harley Davidson Orange #D34021
Tints of Harley Davidson Orange #D34021
RGB
CMYK
RGB Variations
Color information
#D34021 (or 0xD34021) is known color: Harley Davidson Orange. HEX triplet: D3, 40 and 21. RGB value is (211,64,33). Sum of RGB (Red+Green+Blue) = 211+64+33=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D34021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34021 is #2CBFDE. Grayscale: #686868. Windows color (decimal): -2932703 or 2179283. OLE color: 2179283.
HSL color Cylindrical-coordinate representation of color #D34021: hue angle of 10.45º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D34021 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 33 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.17 |
| HSL | 10.45º | 0.73% | 0.48% | - |
| HSV(B) | 10.45º | 0.84% | 0.83% | - |
| XYZ | 28.97 | 17.63 | 3.31 | - |
| YUV | 104.42 | 87.7 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 33 | 0 | 0.70 | 0.84 | 0.17 | 10.45 | 0.73 | 0.48 |
| Hex | D3 | 40 | 21 | 0 | 46 | 54 | 11 | A | 49 | 30 |
| Octal | 323 | 100 | 41 | 0 | 106 | 124 | 21 | 12 | 111 | 60 |
| Binary | 11010011 | 1000000 | 100001 | 0 | 1000110 | 1010100 | 10001 | 1010 | 1001001 | 110000 |
Color Harmonies of #D34021
Complementary color
Monochromatic Colors of #D34021
Black with #D34021
Text Example
Text Example
White with #D34021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34021; }
p { color: rgb(211,64,33); }
H1.HeaderClassName
{
color: #D34021;
}
.AnyTagClassName
{
color: #D34021;
}
</style>
background-color css
<style>
a { background-color: #D34021; }
a { background-color: rgb(211,64,33); }
div.DivClassName
{
background-color: #D34021;
}
.BgClassName
{
background-color: #D34021;
}
</style>
border-color css
<style>
span { border-color: #D34021; }
span { border-color: rgb(211,64,33); }
td.TdClassName
{
border-color: #D34021;
}
.TagClassName
{
border-color: #D34021;
}
</style>