Html Css Color HEX #D3421E Harley Davidson Orange
📋 copy color: '#D3421E'red 211 ◦ green 66 ◦ blue 30
Shades of Harley Davidson Orange #D3421E
Tints of Harley Davidson Orange #D3421E
RGB
CMYK
RGB Variations
Color information
#D3421E (or 0xD3421E) is known color: Harley Davidson Orange. HEX triplet: D3, 42 and 1E. RGB value is (211,66,30). Sum of RGB (Red+Green+Blue) = 211+66+30=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D3421E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3421E is #2CBDE1. Grayscale: #696969. Windows color (decimal): -2932194 or 1983187. OLE color: 1983187.
HSL color Cylindrical-coordinate representation of color #D3421E: hue angle of 11.93º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D3421E is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 66 | 30 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.17 |
| HSL | 11.93º | 0.75% | 0.47% | - |
| HSV(B) | 11.93º | 0.86% | 0.83% | - |
| XYZ | 29.05 | 17.84 | 3.14 | - |
| YUV | 105.25 | 85.54 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 66 | 30 | 0 | 0.69 | 0.86 | 0.17 | 11.93 | 0.75 | 0.47 |
| Hex | D3 | 42 | 1E | 0 | 45 | 56 | 11 | C | 4B | 2F |
| Octal | 323 | 102 | 36 | 0 | 105 | 126 | 21 | 14 | 113 | 57 |
| Binary | 11010011 | 1000010 | 11110 | 0 | 1000101 | 1010110 | 10001 | 1100 | 1001011 | 101111 |
Color Harmonies of #D3421E
Complementary color
Monochromatic Colors of #D3421E
Black with #D3421E
Text Example
Text Example
White with #D3421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3421E; }
p { color: rgb(211,66,30); }
H1.HeaderClassName
{
color: #D3421E;
}
.AnyTagClassName
{
color: #D3421E;
}
</style>
background-color css
<style>
a { background-color: #D3421E; }
a { background-color: rgb(211,66,30); }
div.DivClassName
{
background-color: #D3421E;
}
.BgClassName
{
background-color: #D3421E;
}
</style>
border-color css
<style>
span { border-color: #D3421E; }
span { border-color: rgb(211,66,30); }
td.TdClassName
{
border-color: #D3421E;
}
.TagClassName
{
border-color: #D3421E;
}
</style>