Html Css Color HEX #D34321 Harley Davidson Orange
📋 copy color: '#D34321'red 211 ◦ green 67 ◦ blue 33
Shades of Harley Davidson Orange #D34321
Tints of Harley Davidson Orange #D34321
RGB
CMYK
RGB Variations
Color information
#D34321 (or 0xD34321) is known color: Harley Davidson Orange. HEX triplet: D3, 43 and 21. RGB value is (211,67,33). Sum of RGB (Red+Green+Blue) = 211+67+33=311 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.85% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 211 - color contains mainly: red. Hex color #D34321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34321 is #2CBCDE. Grayscale: #6A6A6A. Windows color (decimal): -2931935 or 2180051. OLE color: 2180051.
HSL color Cylindrical-coordinate representation of color #D34321: hue angle of 11.46º 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 #D34321 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 33 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.17 |
| HSL | 11.46º | 0.73% | 0.48% | - |
| HSV(B) | 11.46º | 0.84% | 0.83% | - |
| XYZ | 29.15 | 17.97 | 3.37 | - |
| YUV | 106.18 | 86.71 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 33 | 0 | 0.68 | 0.84 | 0.17 | 11.46 | 0.73 | 0.48 |
| Hex | D3 | 43 | 21 | 0 | 44 | 54 | 11 | B | 49 | 30 |
| Octal | 323 | 103 | 41 | 0 | 104 | 124 | 21 | 13 | 111 | 60 |
| Binary | 11010011 | 1000011 | 100001 | 0 | 1000100 | 1010100 | 10001 | 1011 | 1001001 | 110000 |
Color Harmonies of #D34321
Complementary color
Monochromatic Colors of #D34321
Black with #D34321
Text Example
Text Example
White with #D34321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34321; }
p { color: rgb(211,67,33); }
H1.HeaderClassName
{
color: #D34321;
}
.AnyTagClassName
{
color: #D34321;
}
</style>
background-color css
<style>
a { background-color: #D34321; }
a { background-color: rgb(211,67,33); }
div.DivClassName
{
background-color: #D34321;
}
.BgClassName
{
background-color: #D34321;
}
</style>
border-color css
<style>
span { border-color: #D34321; }
span { border-color: rgb(211,67,33); }
td.TdClassName
{
border-color: #D34321;
}
.TagClassName
{
border-color: #D34321;
}
</style>