Html Css Color HEX #D7330F Harley Davidson Orange
📋 copy color: '#D7330F'red 215 ◦ green 51 ◦ blue 15
Shades of Harley Davidson Orange #D7330F
Tints of Harley Davidson Orange #D7330F
RGB
CMYK
RGB Variations
Color information
#D7330F (or 0xD7330F) is known color: Harley Davidson Orange. HEX triplet: D7, 33 and 0F. RGB value is (215,51,15). Sum of RGB (Red+Green+Blue) = 215+51+15=281 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.51% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 215 - color contains mainly: red. Hex color #D7330F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7330F is #28CCF0. Grayscale: #606060. Windows color (decimal): -2673905 or 996311. OLE color: 996311.
HSL color Cylindrical-coordinate representation of color #D7330F: hue angle of 10.8º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7330F is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 51 | 15 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.16 |
| HSL | 10.8º | 0.87% | 0.45% | - |
| HSV(B) | 10.8º | 0.93% | 0.84% | - |
| XYZ | 29.29 | 16.85 | 2.16 | - |
| YUV | 95.93 | 82.33 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 51 | 15 | 0 | 0.76 | 0.93 | 0.16 | 10.8 | 0.87 | 0.45 |
| Hex | D7 | 33 | F | 0 | 4C | 5D | 10 | B | 57 | 2D |
| Octal | 327 | 63 | 17 | 0 | 114 | 135 | 20 | 13 | 127 | 55 |
| Binary | 11010111 | 110011 | 1111 | 0 | 1001100 | 1011101 | 10000 | 1011 | 1010111 | 101101 |
Color Harmonies of #D7330F
Complementary color
Monochromatic Colors of #D7330F
Black with #D7330F
Text Example
Text Example
White with #D7330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7330F; }
p { color: rgb(215,51,15); }
H1.HeaderClassName
{
color: #D7330F;
}
.AnyTagClassName
{
color: #D7330F;
}
</style>
background-color css
<style>
a { background-color: #D7330F; }
a { background-color: rgb(215,51,15); }
div.DivClassName
{
background-color: #D7330F;
}
.BgClassName
{
background-color: #D7330F;
}
</style>
border-color css
<style>
span { border-color: #D7330F; }
span { border-color: rgb(215,51,15); }
td.TdClassName
{
border-color: #D7330F;
}
.TagClassName
{
border-color: #D7330F;
}
</style>