Html Css Color HEX #D3461D Harley Davidson Orange
📋 copy color: '#D3461D'red 211 ◦ green 70 ◦ blue 29
Shades of Harley Davidson Orange #D3461D
Tints of Harley Davidson Orange #D3461D
RGB
CMYK
RGB Variations
Color information
#D3461D (or 0xD3461D) is known color: Harley Davidson Orange. HEX triplet: D3, 46 and 1D. RGB value is (211,70,29). Sum of RGB (Red+Green+Blue) = 211+70+29=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D3461D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3461D is #2CB9E2. Grayscale: #6B6B6B. Windows color (decimal): -2931171 or 1918675. OLE color: 1918675.
HSL color Cylindrical-coordinate representation of color #D3461D: hue angle of 13.52º degrees, saturation: 0.76, 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 #D3461D is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 70 | 29 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.17 |
| HSL | 13.52º | 0.76% | 0.47% | - |
| HSV(B) | 13.52º | 0.86% | 0.83% | - |
| XYZ | 29.28 | 18.32 | 3.16 | - |
| YUV | 107.49 | 83.71 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 29 | 0 | 0.67 | 0.86 | 0.17 | 13.52 | 0.76 | 0.47 |
| Hex | D3 | 46 | 1D | 0 | 43 | 56 | 11 | E | 4C | 2F |
| Octal | 323 | 106 | 35 | 0 | 103 | 126 | 21 | 16 | 114 | 57 |
| Binary | 11010011 | 1000110 | 11101 | 0 | 1000011 | 1010110 | 10001 | 1110 | 1001100 | 101111 |
Color Harmonies of #D3461D
Complementary color
Monochromatic Colors of #D3461D
Black with #D3461D
Text Example
Text Example
White with #D3461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3461D; }
p { color: rgb(211,70,29); }
H1.HeaderClassName
{
color: #D3461D;
}
.AnyTagClassName
{
color: #D3461D;
}
</style>
background-color css
<style>
a { background-color: #D3461D; }
a { background-color: rgb(211,70,29); }
div.DivClassName
{
background-color: #D3461D;
}
.BgClassName
{
background-color: #D3461D;
}
</style>
border-color css
<style>
span { border-color: #D3461D; }
span { border-color: rgb(211,70,29); }
td.TdClassName
{
border-color: #D3461D;
}
.TagClassName
{
border-color: #D3461D;
}
</style>