Html Css Color HEX #D3281F Harley Davidson Orange
📋 copy color: '#D3281F'red 211 ◦ green 40 ◦ blue 31
Shades of Harley Davidson Orange #D3281F
Tints of Harley Davidson Orange #D3281F
RGB
CMYK
RGB Variations
Color information
#D3281F (or 0xD3281F) is known color: Harley Davidson Orange. HEX triplet: D3, 28 and 1F. RGB value is (211,40,31). Sum of RGB (Red+Green+Blue) = 211+40+31=282 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.82% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 211 - color contains mainly: red. Hex color #D3281F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3281F is #2CD7E0. Grayscale: #5A5A5A. Windows color (decimal): -2938849 or 2042067. OLE color: 2042067.
HSL color Cylindrical-coordinate representation of color #D3281F: hue angle of 3º 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 #D3281F is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 40 | 31 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.17 |
| HSL | 3º | 0.74% | 0.47% | - |
| HSV(B) | 3º | 0.85% | 0.83% | - |
| XYZ | 27.87 | 15.47 | 2.81 | - |
| YUV | 90.1 | 94.65 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 40 | 31 | 0 | 0.81 | 0.85 | 0.17 | 3 | 0.74 | 0.47 |
| Hex | D3 | 28 | 1F | 0 | 51 | 55 | 11 | 3 | 4A | 2F |
| Octal | 323 | 50 | 37 | 0 | 121 | 125 | 21 | 3 | 112 | 57 |
| Binary | 11010011 | 101000 | 11111 | 0 | 1010001 | 1010101 | 10001 | 11 | 1001010 | 101111 |
Color Harmonies of #D3281F
Complementary color
Monochromatic Colors of #D3281F
Black with #D3281F
Text Example
Text Example
White with #D3281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3281F; }
p { color: rgb(211,40,31); }
H1.HeaderClassName
{
color: #D3281F;
}
.AnyTagClassName
{
color: #D3281F;
}
</style>
background-color css
<style>
a { background-color: #D3281F; }
a { background-color: rgb(211,40,31); }
div.DivClassName
{
background-color: #D3281F;
}
.BgClassName
{
background-color: #D3281F;
}
</style>
border-color css
<style>
span { border-color: #D3281F; }
span { border-color: rgb(211,40,31); }
td.TdClassName
{
border-color: #D3281F;
}
.TagClassName
{
border-color: #D3281F;
}
</style>