Html Css Color HEX #D34205 Harley Davidson Orange
📋 copy color: '#D34205'red 211 ◦ green 66 ◦ blue 5
Shades of Harley Davidson Orange #D34205
Tints of Harley Davidson Orange #D34205
RGB
CMYK
RGB Variations
Color information
#D34205 (or 0xD34205) is known color: Harley Davidson Orange. HEX triplet: D3, 42 and 05. RGB value is (211,66,5). Sum of RGB (Red+Green+Blue) = 211+66+5=282 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.82% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 211 - color contains mainly: red. Hex color #D34205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34205 is #2CBDFA. Grayscale: #666666. Windows color (decimal): -2932219 or 344787. OLE color: 344787.
HSL color Cylindrical-coordinate representation of color #D34205: hue angle of 17.77º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D34205 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 66 | 5 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.17 |
| HSL | 17.77º | 0.95% | 0.42% | - |
| HSV(B) | 17.77º | 0.98% | 0.83% | - |
| XYZ | 28.84 | 17.76 | 2.05 | - |
| YUV | 102.4 | 73.04 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 66 | 5 | 0 | 0.69 | 0.98 | 0.17 | 17.77 | 0.95 | 0.42 |
| Hex | D3 | 42 | 5 | 0 | 45 | 62 | 11 | 12 | 5F | 2A |
| Octal | 323 | 102 | 5 | 0 | 105 | 142 | 21 | 22 | 137 | 52 |
| Binary | 11010011 | 1000010 | 101 | 0 | 1000101 | 1100010 | 10001 | 10010 | 1011111 | 101010 |
Color Harmonies of #D34205
Complementary color
Monochromatic Colors of #D34205
Black with #D34205
Text Example
Text Example
White with #D34205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34205; }
p { color: rgb(211,66,5); }
H1.HeaderClassName
{
color: #D34205;
}
.AnyTagClassName
{
color: #D34205;
}
</style>
background-color css
<style>
a { background-color: #D34205; }
a { background-color: rgb(211,66,5); }
div.DivClassName
{
background-color: #D34205;
}
.BgClassName
{
background-color: #D34205;
}
</style>
border-color css
<style>
span { border-color: #D34205; }
span { border-color: rgb(211,66,5); }
td.TdClassName
{
border-color: #D34205;
}
.TagClassName
{
border-color: #D34205;
}
</style>