Html Css Color HEX #D3441F Harley Davidson Orange
📋 copy color: '#D3441F'red 211 ◦ green 68 ◦ blue 31
Shades of Harley Davidson Orange #D3441F
Tints of Harley Davidson Orange #D3441F
RGB
CMYK
RGB Variations
Color information
#D3441F (or 0xD3441F) is known color: Harley Davidson Orange. HEX triplet: D3, 44 and 1F. RGB value is (211,68,31). Sum of RGB (Red+Green+Blue) = 211+68+31=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D3441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3441F is #2CBBE0. Grayscale: #6A6A6A. Windows color (decimal): -2931681 or 2049235. OLE color: 2049235.
HSL color Cylindrical-coordinate representation of color #D3441F: hue angle of 12.33º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D3441F is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 31 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.17 |
| HSL | 12.33º | 0.74% | 0.47% | - |
| HSV(B) | 12.33º | 0.85% | 0.83% | - |
| XYZ | 29.18 | 18.08 | 3.25 | - |
| YUV | 106.54 | 85.38 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 31 | 0 | 0.68 | 0.85 | 0.17 | 12.33 | 0.74 | 0.47 |
| Hex | D3 | 44 | 1F | 0 | 44 | 55 | 11 | C | 4A | 2F |
| Octal | 323 | 104 | 37 | 0 | 104 | 125 | 21 | 14 | 112 | 57 |
| Binary | 11010011 | 1000100 | 11111 | 0 | 1000100 | 1010101 | 10001 | 1100 | 1001010 | 101111 |
Color Harmonies of #D3441F
Complementary color
Monochromatic Colors of #D3441F
Black with #D3441F
Text Example
Text Example
White with #D3441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3441F; }
p { color: rgb(211,68,31); }
H1.HeaderClassName
{
color: #D3441F;
}
.AnyTagClassName
{
color: #D3441F;
}
</style>
background-color css
<style>
a { background-color: #D3441F; }
a { background-color: rgb(211,68,31); }
div.DivClassName
{
background-color: #D3441F;
}
.BgClassName
{
background-color: #D3441F;
}
</style>
border-color css
<style>
span { border-color: #D3441F; }
span { border-color: rgb(211,68,31); }
td.TdClassName
{
border-color: #D3441F;
}
.TagClassName
{
border-color: #D3441F;
}
</style>