Html Css Color HEX #D3461A Harley Davidson Orange
📋 copy color: '#D3461A'red 211 ◦ green 70 ◦ blue 26
Shades of Harley Davidson Orange #D3461A
Tints of Harley Davidson Orange #D3461A
RGB
CMYK
RGB Variations
Color information
#D3461A (or 0xD3461A) is known color: Harley Davidson Orange. HEX triplet: D3, 46 and 1A. RGB value is (211,70,26). Sum of RGB (Red+Green+Blue) = 211+70+26=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D3461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3461A is #2CB9E5. Grayscale: #6B6B6B. Windows color (decimal): -2931174 or 1722067. OLE color: 1722067.
HSL color Cylindrical-coordinate representation of color #D3461A: hue angle of 14.27º degrees, saturation: 0.78, 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 #D3461A is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 70 | 26 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.17 |
| HSL | 14.27º | 0.78% | 0.46% | - |
| HSV(B) | 14.27º | 0.88% | 0.83% | - |
| XYZ | 29.24 | 18.3 | 2.97 | - |
| YUV | 107.14 | 82.21 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 26 | 0 | 0.67 | 0.88 | 0.17 | 14.27 | 0.78 | 0.46 |
| Hex | D3 | 46 | 1A | 0 | 43 | 58 | 11 | E | 4E | 2E |
| Octal | 323 | 106 | 32 | 0 | 103 | 130 | 21 | 16 | 116 | 56 |
| Binary | 11010011 | 1000110 | 11010 | 0 | 1000011 | 1011000 | 10001 | 1110 | 1001110 | 101110 |
Color Harmonies of #D3461A
Complementary color
Monochromatic Colors of #D3461A
Black with #D3461A
Text Example
Text Example
White with #D3461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3461A; }
p { color: rgb(211,70,26); }
H1.HeaderClassName
{
color: #D3461A;
}
.AnyTagClassName
{
color: #D3461A;
}
</style>
background-color css
<style>
a { background-color: #D3461A; }
a { background-color: rgb(211,70,26); }
div.DivClassName
{
background-color: #D3461A;
}
.BgClassName
{
background-color: #D3461A;
}
</style>
border-color css
<style>
span { border-color: #D3461A; }
span { border-color: rgb(211,70,26); }
td.TdClassName
{
border-color: #D3461A;
}
.TagClassName
{
border-color: #D3461A;
}
</style>