Html Css Color HEX #D8330B Harley Davidson Orange
📋 copy color: '#D8330B'red 216 ◦ green 51 ◦ blue 11
Shades of Harley Davidson Orange #D8330B
Tints of Harley Davidson Orange #D8330B
RGB
CMYK
RGB Variations
Color information
#D8330B (or 0xD8330B) is known color: Harley Davidson Orange. HEX triplet: D8, 33 and 0B. RGB value is (216,51,11). Sum of RGB (Red+Green+Blue) = 216+51+11=278 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.70% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 216 - color contains mainly: red. Hex color #D8330B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8330B is #27CCF4. Grayscale: #606060. Windows color (decimal): -2608373 or 734168. OLE color: 734168.
HSL color Cylindrical-coordinate representation of color #D8330B: hue angle of 11.71º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8330B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 51 | 11 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.15 |
| HSL | 11.71º | 0.9% | 0.45% | - |
| HSV(B) | 11.71º | 0.95% | 0.85% | - |
| XYZ | 29.56 | 16.99 | 2.04 | - |
| YUV | 95.78 | 80.16 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 11 | 0 | 0.76 | 0.95 | 0.15 | 11.71 | 0.9 | 0.45 |
| Hex | D8 | 33 | B | 0 | 4C | 5F | F | C | 5A | 2D |
| Octal | 330 | 63 | 13 | 0 | 114 | 137 | 17 | 14 | 132 | 55 |
| Binary | 11011000 | 110011 | 1011 | 0 | 1001100 | 1011111 | 1111 | 1100 | 1011010 | 101101 |
Color Harmonies of #D8330B
Complementary color
Monochromatic Colors of #D8330B
Black with #D8330B
Text Example
Text Example
White with #D8330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8330B; }
p { color: rgb(216,51,11); }
H1.HeaderClassName
{
color: #D8330B;
}
.AnyTagClassName
{
color: #D8330B;
}
</style>
background-color css
<style>
a { background-color: #D8330B; }
a { background-color: rgb(216,51,11); }
div.DivClassName
{
background-color: #D8330B;
}
.BgClassName
{
background-color: #D8330B;
}
</style>
border-color css
<style>
span { border-color: #D8330B; }
span { border-color: rgb(216,51,11); }
td.TdClassName
{
border-color: #D8330B;
}
.TagClassName
{
border-color: #D8330B;
}
</style>