Html Css Color HEX #D3370F Harley Davidson Orange
📋 copy color: '#D3370F'red 211 ◦ green 55 ◦ blue 15
Shades of Harley Davidson Orange #D3370F
Tints of Harley Davidson Orange #D3370F
RGB
CMYK
RGB Variations
Color information
#D3370F (or 0xD3370F) is known color: Harley Davidson Orange. HEX triplet: D3, 37 and 0F. RGB value is (211,55,15). Sum of RGB (Red+Green+Blue) = 211+55+15=281 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.09% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 211 - color contains mainly: red. Hex color #D3370F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D3370F is #2CC8F0. Grayscale: #616161. Windows color (decimal): -2935025 or 997331. OLE color: 997331.
HSL color Cylindrical-coordinate representation of color #D3370F: hue angle of 12.24º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3370F is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 15 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.17 |
| HSL | 12.24º | 0.87% | 0.44% | - |
| HSV(B) | 12.24º | 0.93% | 0.83% | - |
| XYZ | 28.32 | 16.62 | 2.17 | - |
| YUV | 97.08 | 81.68 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 15 | 0 | 0.74 | 0.93 | 0.17 | 12.24 | 0.87 | 0.44 |
| Hex | D3 | 37 | F | 0 | 4A | 5D | 11 | C | 57 | 2C |
| Octal | 323 | 67 | 17 | 0 | 112 | 135 | 21 | 14 | 127 | 54 |
| Binary | 11010011 | 110111 | 1111 | 0 | 1001010 | 1011101 | 10001 | 1100 | 1010111 | 101100 |
Color Harmonies of #D3370F
Complementary color
Monochromatic Colors of #D3370F
Black with #D3370F
Text Example
Text Example
White with #D3370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3370F; }
p { color: rgb(211,55,15); }
H1.HeaderClassName
{
color: #D3370F;
}
.AnyTagClassName
{
color: #D3370F;
}
</style>
background-color css
<style>
a { background-color: #D3370F; }
a { background-color: rgb(211,55,15); }
div.DivClassName
{
background-color: #D3370F;
}
.BgClassName
{
background-color: #D3370F;
}
</style>
border-color css
<style>
span { border-color: #D3370F; }
span { border-color: rgb(211,55,15); }
td.TdClassName
{
border-color: #D3370F;
}
.TagClassName
{
border-color: #D3370F;
}
</style>