Html Css Color HEX #D3481D Harley Davidson Orange
📋 copy color: '#D3481D'red 211 ◦ green 72 ◦ blue 29
Shades of Harley Davidson Orange #D3481D
Tints of Harley Davidson Orange #D3481D
RGB
CMYK
RGB Variations
Color information
#D3481D (or 0xD3481D) is known color: Harley Davidson Orange. HEX triplet: D3, 48 and 1D. RGB value is (211,72,29). Sum of RGB (Red+Green+Blue) = 211+72+29=312 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.63% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 211 - color contains mainly: red. Hex color #D3481D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3481D is #2CB7E2. Grayscale: #6C6C6C. Windows color (decimal): -2930659 or 1919187. OLE color: 1919187.
HSL color Cylindrical-coordinate representation of color #D3481D: hue angle of 14.18º 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 #D3481D is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 29 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.17 |
| HSL | 14.18º | 0.76% | 0.47% | - |
| HSV(B) | 14.18º | 0.86% | 0.83% | - |
| XYZ | 29.4 | 18.57 | 3.2 | - |
| YUV | 108.66 | 83.05 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 29 | 0 | 0.66 | 0.86 | 0.17 | 14.18 | 0.76 | 0.47 |
| Hex | D3 | 48 | 1D | 0 | 42 | 56 | 11 | E | 4C | 2F |
| Octal | 323 | 110 | 35 | 0 | 102 | 126 | 21 | 16 | 114 | 57 |
| Binary | 11010011 | 1001000 | 11101 | 0 | 1000010 | 1010110 | 10001 | 1110 | 1001100 | 101111 |
Color Harmonies of #D3481D
Complementary color
Monochromatic Colors of #D3481D
Black with #D3481D
Text Example
Text Example
White with #D3481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3481D; }
p { color: rgb(211,72,29); }
H1.HeaderClassName
{
color: #D3481D;
}
.AnyTagClassName
{
color: #D3481D;
}
</style>
background-color css
<style>
a { background-color: #D3481D; }
a { background-color: rgb(211,72,29); }
div.DivClassName
{
background-color: #D3481D;
}
.BgClassName
{
background-color: #D3481D;
}
</style>
border-color css
<style>
span { border-color: #D3481D; }
span { border-color: rgb(211,72,29); }
td.TdClassName
{
border-color: #D3481D;
}
.TagClassName
{
border-color: #D3481D;
}
</style>