Html Css Color HEX #D34219 Harley Davidson Orange
📋 copy color: '#D34219'red 211 ◦ green 66 ◦ blue 25
Shades of Harley Davidson Orange #D34219
Tints of Harley Davidson Orange #D34219
RGB
CMYK
RGB Variations
Color information
#D34219 (or 0xD34219) is known color: Harley Davidson Orange. HEX triplet: D3, 42 and 19. RGB value is (211,66,25). Sum of RGB (Red+Green+Blue) = 211+66+25=302 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.87% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 211 - color contains mainly: red. Hex color #D34219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34219 is #2CBDE6. Grayscale: #686868. Windows color (decimal): -2932199 or 1655507. OLE color: 1655507.
HSL color Cylindrical-coordinate representation of color #D34219: hue angle of 13.23º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D34219 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 66 | 25 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.17 |
| HSL | 13.23º | 0.79% | 0.46% | - |
| HSV(B) | 13.23º | 0.88% | 0.83% | - |
| XYZ | 28.99 | 17.82 | 2.83 | - |
| YUV | 104.68 | 83.04 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 66 | 25 | 0 | 0.69 | 0.88 | 0.17 | 13.23 | 0.79 | 0.46 |
| Hex | D3 | 42 | 19 | 0 | 45 | 58 | 11 | D | 4F | 2E |
| Octal | 323 | 102 | 31 | 0 | 105 | 130 | 21 | 15 | 117 | 56 |
| Binary | 11010011 | 1000010 | 11001 | 0 | 1000101 | 1011000 | 10001 | 1101 | 1001111 | 101110 |
Color Harmonies of #D34219
Complementary color
Monochromatic Colors of #D34219
Black with #D34219
Text Example
Text Example
White with #D34219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34219; }
p { color: rgb(211,66,25); }
H1.HeaderClassName
{
color: #D34219;
}
.AnyTagClassName
{
color: #D34219;
}
</style>
background-color css
<style>
a { background-color: #D34219; }
a { background-color: rgb(211,66,25); }
div.DivClassName
{
background-color: #D34219;
}
.BgClassName
{
background-color: #D34219;
}
</style>
border-color css
<style>
span { border-color: #D34219; }
span { border-color: rgb(211,66,25); }
td.TdClassName
{
border-color: #D34219;
}
.TagClassName
{
border-color: #D34219;
}
</style>