Html Css Color HEX #D3420B Harley Davidson Orange
📋 copy color: '#D3420B'red 211 ◦ green 66 ◦ blue 11
Shades of Harley Davidson Orange #D3420B
Tints of Harley Davidson Orange #D3420B
RGB
CMYK
RGB Variations
Color information
#D3420B (or 0xD3420B) is known color: Harley Davidson Orange. HEX triplet: D3, 42 and 0B. RGB value is (211,66,11). Sum of RGB (Red+Green+Blue) = 211+66+11=288 (38% of max value = 765). Red value is 211 (82.81% from 255 or 73.26% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 211 - color contains mainly: red. Hex color #D3420B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D3420B is #2CBDF4. Grayscale: #676767. Windows color (decimal): -2932213 or 738003. OLE color: 738003.
HSL color Cylindrical-coordinate representation of color #D3420B: hue angle of 16.5º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3420B is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 66 | 11 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.17 |
| HSL | 16.5º | 0.9% | 0.44% | - |
| HSV(B) | 16.5º | 0.95% | 0.83% | - |
| XYZ | 28.87 | 17.77 | 2.22 | - |
| YUV | 103.09 | 76.04 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 66 | 11 | 0 | 0.69 | 0.95 | 0.17 | 16.5 | 0.9 | 0.44 |
| Hex | D3 | 42 | B | 0 | 45 | 5F | 11 | 10 | 5A | 2C |
| Octal | 323 | 102 | 13 | 0 | 105 | 137 | 21 | 20 | 132 | 54 |
| Binary | 11010011 | 1000010 | 1011 | 0 | 1000101 | 1011111 | 10001 | 10000 | 1011010 | 101100 |
Color Harmonies of #D3420B
Complementary color
Monochromatic Colors of #D3420B
Black with #D3420B
Text Example
Text Example
White with #D3420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3420B; }
p { color: rgb(211,66,11); }
H1.HeaderClassName
{
color: #D3420B;
}
.AnyTagClassName
{
color: #D3420B;
}
</style>
background-color css
<style>
a { background-color: #D3420B; }
a { background-color: rgb(211,66,11); }
div.DivClassName
{
background-color: #D3420B;
}
.BgClassName
{
background-color: #D3420B;
}
</style>
border-color css
<style>
span { border-color: #D3420B; }
span { border-color: rgb(211,66,11); }
td.TdClassName
{
border-color: #D3420B;
}
.TagClassName
{
border-color: #D3420B;
}
</style>