Html Css Color HEX #D33508 Harley Davidson Orange
📋 copy color: '#D33508'red 211 ◦ green 53 ◦ blue 8
Shades of Harley Davidson Orange #D33508
Tints of Harley Davidson Orange #D33508
RGB
CMYK
RGB Variations
Color information
#D33508 (or 0xD33508) is known color: Harley Davidson Orange. HEX triplet: D3, 35 and 08. RGB value is (211,53,8). Sum of RGB (Red+Green+Blue) = 211+53+8=272 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.57% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 211 - color contains mainly: red. Hex color #D33508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33508 is #2CCAF7. Grayscale: #5F5F5F. Windows color (decimal): -2935544 or 538067. OLE color: 538067.
HSL color Cylindrical-coordinate representation of color #D33508: hue angle of 13.3º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D33508 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 53 | 8 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.17 |
| HSL | 13.3º | 0.93% | 0.43% | - |
| HSV(B) | 13.3º | 0.96% | 0.83% | - |
| XYZ | 28.18 | 16.41 | 1.91 | - |
| YUV | 95.11 | 78.85 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 53 | 8 | 0 | 0.75 | 0.96 | 0.17 | 13.3 | 0.93 | 0.43 |
| Hex | D3 | 35 | 8 | 0 | 4B | 60 | 11 | D | 5D | 2B |
| Octal | 323 | 65 | 10 | 0 | 113 | 140 | 21 | 15 | 135 | 53 |
| Binary | 11010011 | 110101 | 1000 | 0 | 1001011 | 1100000 | 10001 | 1101 | 1011101 | 101011 |
Color Harmonies of #D33508
Complementary color
Monochromatic Colors of #D33508
Black with #D33508
Text Example
Text Example
White with #D33508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33508; }
p { color: rgb(211,53,8); }
H1.HeaderClassName
{
color: #D33508;
}
.AnyTagClassName
{
color: #D33508;
}
</style>
background-color css
<style>
a { background-color: #D33508; }
a { background-color: rgb(211,53,8); }
div.DivClassName
{
background-color: #D33508;
}
.BgClassName
{
background-color: #D33508;
}
</style>
border-color css
<style>
span { border-color: #D33508; }
span { border-color: rgb(211,53,8); }
td.TdClassName
{
border-color: #D33508;
}
.TagClassName
{
border-color: #D33508;
}
</style>