Html Css Color HEX #D3480F Harley Davidson Orange
📋 copy color: '#D3480F'red 211 ◦ green 72 ◦ blue 15
Shades of Harley Davidson Orange #D3480F
Tints of Harley Davidson Orange #D3480F
RGB
CMYK
RGB Variations
Color information
#D3480F (or 0xD3480F) is known color: Harley Davidson Orange. HEX triplet: D3, 48 and 0F. RGB value is (211,72,15). Sum of RGB (Red+Green+Blue) = 211+72+15=298 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.81% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 211 - color contains mainly: red. Hex color #D3480F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D3480F is #2CB7F0. Grayscale: #6B6B6B. Windows color (decimal): -2930673 or 1001683. OLE color: 1001683.
HSL color Cylindrical-coordinate representation of color #D3480F: hue angle of 17.45º 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 #D3480F is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 15 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.17 |
| HSL | 17.45º | 0.87% | 0.44% | - |
| HSV(B) | 17.45º | 0.93% | 0.83% | - |
| XYZ | 29.27 | 18.52 | 2.48 | - |
| YUV | 107.06 | 76.05 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 15 | 0 | 0.66 | 0.93 | 0.17 | 17.45 | 0.87 | 0.44 |
| Hex | D3 | 48 | F | 0 | 42 | 5D | 11 | 11 | 57 | 2C |
| Octal | 323 | 110 | 17 | 0 | 102 | 135 | 21 | 21 | 127 | 54 |
| Binary | 11010011 | 1001000 | 1111 | 0 | 1000010 | 1011101 | 10001 | 10001 | 1010111 | 101100 |
Color Harmonies of #D3480F
Complementary color
Monochromatic Colors of #D3480F
Black with #D3480F
Text Example
Text Example
White with #D3480F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3480F; }
p { color: rgb(211,72,15); }
H1.HeaderClassName
{
color: #D3480F;
}
.AnyTagClassName
{
color: #D3480F;
}
</style>
background-color css
<style>
a { background-color: #D3480F; }
a { background-color: rgb(211,72,15); }
div.DivClassName
{
background-color: #D3480F;
}
.BgClassName
{
background-color: #D3480F;
}
</style>
border-color css
<style>
span { border-color: #D3480F; }
span { border-color: rgb(211,72,15); }
td.TdClassName
{
border-color: #D3480F;
}
.TagClassName
{
border-color: #D3480F;
}
</style>