Html Css Color HEX #D33808 Harley Davidson Orange
📋 copy color: '#D33808'red 211 ◦ green 56 ◦ blue 8
Shades of Harley Davidson Orange #D33808
Tints of Harley Davidson Orange #D33808
RGB
CMYK
RGB Variations
Color information
#D33808 (or 0xD33808) is known color: Harley Davidson Orange. HEX triplet: D3, 38 and 08. RGB value is (211,56,8). Sum of RGB (Red+Green+Blue) = 211+56+8=275 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.73% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 211 - color contains mainly: red. Hex color #D33808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33808 is #2CC7F7. Grayscale: #616161. Windows color (decimal): -2934776 or 538835. OLE color: 538835.
HSL color Cylindrical-coordinate representation of color #D33808: hue angle of 14.19º 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 #D33808 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 56 | 8 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.17 |
| HSL | 14.19º | 0.93% | 0.43% | - |
| HSV(B) | 14.19º | 0.96% | 0.83% | - |
| XYZ | 28.32 | 16.69 | 1.96 | - |
| YUV | 96.87 | 77.85 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 56 | 8 | 0 | 0.73 | 0.96 | 0.17 | 14.19 | 0.93 | 0.43 |
| Hex | D3 | 38 | 8 | 0 | 49 | 60 | 11 | E | 5D | 2B |
| Octal | 323 | 70 | 10 | 0 | 111 | 140 | 21 | 16 | 135 | 53 |
| Binary | 11010011 | 111000 | 1000 | 0 | 1001001 | 1100000 | 10001 | 1110 | 1011101 | 101011 |
Color Harmonies of #D33808
Complementary color
Monochromatic Colors of #D33808
Black with #D33808
Text Example
Text Example
White with #D33808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33808; }
p { color: rgb(211,56,8); }
H1.HeaderClassName
{
color: #D33808;
}
.AnyTagClassName
{
color: #D33808;
}
</style>
background-color css
<style>
a { background-color: #D33808; }
a { background-color: rgb(211,56,8); }
div.DivClassName
{
background-color: #D33808;
}
.BgClassName
{
background-color: #D33808;
}
</style>
border-color css
<style>
span { border-color: #D33808; }
span { border-color: rgb(211,56,8); }
td.TdClassName
{
border-color: #D33808;
}
.TagClassName
{
border-color: #D33808;
}
</style>