Html Css Color HEX #D3260B Harley Davidson Orange
📋 copy color: '#D3260B'red 211 ◦ green 38 ◦ blue 11
Shades of Harley Davidson Orange #D3260B
Tints of Harley Davidson Orange #D3260B
RGB
CMYK
RGB Variations
Color information
#D3260B (or 0xD3260B) is known color: Harley Davidson Orange. HEX triplet: D3, 26 and 0B. RGB value is (211,38,11). Sum of RGB (Red+Green+Blue) = 211+38+11=260 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.15% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 211 - color contains mainly: red. Hex color #D3260B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D3260B is #2CD9F4. Grayscale: #565656. Windows color (decimal): -2939381 or 730835. OLE color: 730835.
HSL color Cylindrical-coordinate representation of color #D3260B: hue angle of 8.1º 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 #D3260B is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 38 | 11 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.17 |
| HSL | 8.1º | 0.9% | 0.44% | - |
| HSV(B) | 8.1º | 0.95% | 0.83% | - |
| XYZ | 27.62 | 15.26 | 1.81 | - |
| YUV | 86.65 | 85.31 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 38 | 11 | 0 | 0.82 | 0.95 | 0.17 | 8.1 | 0.9 | 0.44 |
| Hex | D3 | 26 | B | 0 | 52 | 5F | 11 | 8 | 5A | 2C |
| Octal | 323 | 46 | 13 | 0 | 122 | 137 | 21 | 10 | 132 | 54 |
| Binary | 11010011 | 100110 | 1011 | 0 | 1010010 | 1011111 | 10001 | 1000 | 1011010 | 101100 |
Color Harmonies of #D3260B
Complementary color
Monochromatic Colors of #D3260B
Black with #D3260B
Text Example
Text Example
White with #D3260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3260B; }
p { color: rgb(211,38,11); }
H1.HeaderClassName
{
color: #D3260B;
}
.AnyTagClassName
{
color: #D3260B;
}
</style>
background-color css
<style>
a { background-color: #D3260B; }
a { background-color: rgb(211,38,11); }
div.DivClassName
{
background-color: #D3260B;
}
.BgClassName
{
background-color: #D3260B;
}
</style>
border-color css
<style>
span { border-color: #D3260B; }
span { border-color: rgb(211,38,11); }
td.TdClassName
{
border-color: #D3260B;
}
.TagClassName
{
border-color: #D3260B;
}
</style>