Html Css Color HEX #D34105 Harley Davidson Orange
📋 copy color: '#D34105'red 211 ◦ green 65 ◦ blue 5
Shades of Harley Davidson Orange #D34105
Tints of Harley Davidson Orange #D34105
RGB
CMYK
RGB Variations
Color information
#D34105 (or 0xD34105) is known color: Harley Davidson Orange. HEX triplet: D3, 41 and 05. RGB value is (211,65,5). Sum of RGB (Red+Green+Blue) = 211+65+5=281 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.09% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 211 - color contains mainly: red. Hex color #D34105 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34105 is #2CBEFA. Grayscale: #666666. Windows color (decimal): -2932475 or 344531. OLE color: 344531.
HSL color Cylindrical-coordinate representation of color #D34105: hue angle of 17.48º 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 #D34105 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 65 | 5 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.17 |
| HSL | 17.48º | 0.95% | 0.42% | - |
| HSV(B) | 17.48º | 0.98% | 0.83% | - |
| XYZ | 28.78 | 17.64 | 2.03 | - |
| YUV | 101.81 | 73.37 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 5 | 0 | 0.69 | 0.98 | 0.17 | 17.48 | 0.95 | 0.42 |
| Hex | D3 | 41 | 5 | 0 | 45 | 62 | 11 | 11 | 5F | 2A |
| Octal | 323 | 101 | 5 | 0 | 105 | 142 | 21 | 21 | 137 | 52 |
| Binary | 11010011 | 1000001 | 101 | 0 | 1000101 | 1100010 | 10001 | 10001 | 1011111 | 101010 |
Color Harmonies of #D34105
Complementary color
Monochromatic Colors of #D34105
Black with #D34105
Text Example
Text Example
White with #D34105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34105; }
p { color: rgb(211,65,5); }
H1.HeaderClassName
{
color: #D34105;
}
.AnyTagClassName
{
color: #D34105;
}
</style>
background-color css
<style>
a { background-color: #D34105; }
a { background-color: rgb(211,65,5); }
div.DivClassName
{
background-color: #D34105;
}
.BgClassName
{
background-color: #D34105;
}
</style>
border-color css
<style>
span { border-color: #D34105; }
span { border-color: rgb(211,65,5); }
td.TdClassName
{
border-color: #D34105;
}
.TagClassName
{
border-color: #D34105;
}
</style>