Html Css Color HEX #D3271F Harley Davidson Orange
📋 copy color: '#D3271F'red 211 ◦ green 39 ◦ blue 31
Shades of Harley Davidson Orange #D3271F
Tints of Harley Davidson Orange #D3271F
RGB
CMYK
RGB Variations
Color information
#D3271F (or 0xD3271F) is known color: Harley Davidson Orange. HEX triplet: D3, 27 and 1F. RGB value is (211,39,31). Sum of RGB (Red+Green+Blue) = 211+39+31=281 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.09% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 211 - color contains mainly: red. Hex color #D3271F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3271F is #2CD8E0. Grayscale: #595959. Windows color (decimal): -2939105 or 2041811. OLE color: 2041811.
HSL color Cylindrical-coordinate representation of color #D3271F: hue angle of 2.67º 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 #D3271F is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 39 | 31 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.17 |
| HSL | 2.67º | 0.74% | 0.47% | - |
| HSV(B) | 2.67º | 0.85% | 0.83% | - |
| XYZ | 27.84 | 15.4 | 2.8 | - |
| YUV | 89.52 | 94.98 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 39 | 31 | 0 | 0.82 | 0.85 | 0.17 | 2.67 | 0.74 | 0.47 |
| Hex | D3 | 27 | 1F | 0 | 52 | 55 | 11 | 3 | 4A | 2F |
| Octal | 323 | 47 | 37 | 0 | 122 | 125 | 21 | 3 | 112 | 57 |
| Binary | 11010011 | 100111 | 11111 | 0 | 1010010 | 1010101 | 10001 | 11 | 1001010 | 101111 |
Color Harmonies of #D3271F
Complementary color
Monochromatic Colors of #D3271F
Black with #D3271F
Text Example
Text Example
White with #D3271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3271F; }
p { color: rgb(211,39,31); }
H1.HeaderClassName
{
color: #D3271F;
}
.AnyTagClassName
{
color: #D3271F;
}
</style>
background-color css
<style>
a { background-color: #D3271F; }
a { background-color: rgb(211,39,31); }
div.DivClassName
{
background-color: #D3271F;
}
.BgClassName
{
background-color: #D3271F;
}
</style>
border-color css
<style>
span { border-color: #D3271F; }
span { border-color: rgb(211,39,31); }
td.TdClassName
{
border-color: #D3271F;
}
.TagClassName
{
border-color: #D3271F;
}
</style>