Html Css Color HEX #D3280B Harley Davidson Orange
📋 copy color: '#D3280B'red 211 ◦ green 40 ◦ blue 11
Shades of Harley Davidson Orange #D3280B
Tints of Harley Davidson Orange #D3280B
RGB
CMYK
RGB Variations
Color information
#D3280B (or 0xD3280B) is known color: Harley Davidson Orange. HEX triplet: D3, 28 and 0B. RGB value is (211,40,11). Sum of RGB (Red+Green+Blue) = 211+40+11=262 (34% of max value = 765). Red value is 211 (82.81% from 255 or 80.53% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 211 - color contains mainly: red. Hex color #D3280B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D3280B is #2CD7F4. Grayscale: #585858. Windows color (decimal): -2938869 or 731347. OLE color: 731347.
HSL color Cylindrical-coordinate representation of color #D3280B: hue angle of 8.7º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3280B is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 40 | 11 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.17 |
| HSL | 8.7º | 0.9% | 0.44% | - |
| HSV(B) | 8.7º | 0.95% | 0.83% | - |
| XYZ | 27.68 | 15.39 | 1.83 | - |
| YUV | 87.82 | 84.65 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 40 | 11 | 0 | 0.81 | 0.95 | 0.17 | 8.7 | 0.9 | 0.44 |
| Hex | D3 | 28 | B | 0 | 51 | 5F | 11 | 9 | 5A | 2C |
| Octal | 323 | 50 | 13 | 0 | 121 | 137 | 21 | 11 | 132 | 54 |
| Binary | 11010011 | 101000 | 1011 | 0 | 1010001 | 1011111 | 10001 | 1001 | 1011010 | 101100 |
Color Harmonies of #D3280B
Complementary color
Monochromatic Colors of #D3280B
Black with #D3280B
Text Example
Text Example
White with #D3280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3280B; }
p { color: rgb(211,40,11); }
H1.HeaderClassName
{
color: #D3280B;
}
.AnyTagClassName
{
color: #D3280B;
}
</style>
background-color css
<style>
a { background-color: #D3280B; }
a { background-color: rgb(211,40,11); }
div.DivClassName
{
background-color: #D3280B;
}
.BgClassName
{
background-color: #D3280B;
}
</style>
border-color css
<style>
span { border-color: #D3280B; }
span { border-color: rgb(211,40,11); }
td.TdClassName
{
border-color: #D3280B;
}
.TagClassName
{
border-color: #D3280B;
}
</style>