Html Css Color HEX #D3351F Harley Davidson Orange
📋 copy color: '#D3351F'red 211 ◦ green 53 ◦ blue 31
Shades of Harley Davidson Orange #D3351F
Tints of Harley Davidson Orange #D3351F
RGB
CMYK
RGB Variations
Color information
#D3351F (or 0xD3351F) is known color: Harley Davidson Orange. HEX triplet: D3, 35 and 1F. RGB value is (211,53,31). Sum of RGB (Red+Green+Blue) = 211+53+31=295 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.53% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 211 - color contains mainly: red. Hex color #D3351F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3351F is #2CCAE0. Grayscale: #616161. Windows color (decimal): -2935521 or 2045395. OLE color: 2045395.
HSL color Cylindrical-coordinate representation of color #D3351F: hue angle of 7.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 #D3351F is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 53 | 31 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.17 |
| HSL | 7.33º | 0.74% | 0.47% | - |
| HSV(B) | 7.33º | 0.85% | 0.83% | - |
| XYZ | 28.38 | 16.49 | 2.98 | - |
| YUV | 97.73 | 90.35 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 53 | 31 | 0 | 0.75 | 0.85 | 0.17 | 7.33 | 0.74 | 0.47 |
| Hex | D3 | 35 | 1F | 0 | 4B | 55 | 11 | 7 | 4A | 2F |
| Octal | 323 | 65 | 37 | 0 | 113 | 125 | 21 | 7 | 112 | 57 |
| Binary | 11010011 | 110101 | 11111 | 0 | 1001011 | 1010101 | 10001 | 111 | 1001010 | 101111 |
Color Harmonies of #D3351F
Complementary color
Monochromatic Colors of #D3351F
Black with #D3351F
Text Example
Text Example
White with #D3351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3351F; }
p { color: rgb(211,53,31); }
H1.HeaderClassName
{
color: #D3351F;
}
.AnyTagClassName
{
color: #D3351F;
}
</style>
background-color css
<style>
a { background-color: #D3351F; }
a { background-color: rgb(211,53,31); }
div.DivClassName
{
background-color: #D3351F;
}
.BgClassName
{
background-color: #D3351F;
}
</style>
border-color css
<style>
span { border-color: #D3351F; }
span { border-color: rgb(211,53,31); }
td.TdClassName
{
border-color: #D3351F;
}
.TagClassName
{
border-color: #D3351F;
}
</style>