Html Css Color HEX #D7330D Harley Davidson Orange
📋 copy color: '#D7330D'red 215 ◦ green 51 ◦ blue 13
Shades of Harley Davidson Orange #D7330D
Tints of Harley Davidson Orange #D7330D
RGB
CMYK
RGB Variations
Color information
#D7330D (or 0xD7330D) is known color: Harley Davidson Orange. HEX triplet: D7, 33 and 0D. RGB value is (215,51,13). Sum of RGB (Red+Green+Blue) = 215+51+13=279 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.06% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 215 - color contains mainly: red. Hex color #D7330D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7330D is #28CCF2. Grayscale: #606060. Windows color (decimal): -2673907 or 865239. OLE color: 865239.
HSL color Cylindrical-coordinate representation of color #D7330D: hue angle of 11.29º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7330D is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 51 | 13 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.16 |
| HSL | 11.29º | 0.89% | 0.45% | - |
| HSV(B) | 11.29º | 0.94% | 0.84% | - |
| XYZ | 29.28 | 16.84 | 2.09 | - |
| YUV | 95.7 | 81.33 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 51 | 13 | 0 | 0.76 | 0.94 | 0.16 | 11.29 | 0.89 | 0.45 |
| Hex | D7 | 33 | D | 0 | 4C | 5E | 10 | B | 59 | 2D |
| Octal | 327 | 63 | 15 | 0 | 114 | 136 | 20 | 13 | 131 | 55 |
| Binary | 11010111 | 110011 | 1101 | 0 | 1001100 | 1011110 | 10000 | 1011 | 1011001 | 101101 |
Color Harmonies of #D7330D
Complementary color
Monochromatic Colors of #D7330D
Black with #D7330D
Text Example
Text Example
White with #D7330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7330D; }
p { color: rgb(215,51,13); }
H1.HeaderClassName
{
color: #D7330D;
}
.AnyTagClassName
{
color: #D7330D;
}
</style>
background-color css
<style>
a { background-color: #D7330D; }
a { background-color: rgb(215,51,13); }
div.DivClassName
{
background-color: #D7330D;
}
.BgClassName
{
background-color: #D7330D;
}
</style>
border-color css
<style>
span { border-color: #D7330D; }
span { border-color: rgb(215,51,13); }
td.TdClassName
{
border-color: #D7330D;
}
.TagClassName
{
border-color: #D7330D;
}
</style>