Html Css Color HEX #D83C09 Harley Davidson Orange
📋 copy color: '#D83C09'red 216 ◦ green 60 ◦ blue 9
Shades of Harley Davidson Orange #D83C09
Tints of Harley Davidson Orange #D83C09
RGB
CMYK
RGB Variations
Color information
#D83C09 (or 0xD83C09) is known color: Harley Davidson Orange. HEX triplet: D8, 3C and 09. RGB value is (216,60,9). Sum of RGB (Red+Green+Blue) = 216+60+9=285 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.79% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83C09 is #27C3F6. Grayscale: #656565. Windows color (decimal): -2606071 or 605400. OLE color: 605400.
HSL color Cylindrical-coordinate representation of color #D83C09: hue angle of 14.78º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D83C09 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 9 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.15 |
| HSL | 14.78º | 0.92% | 0.44% | - |
| HSV(B) | 14.78º | 0.96% | 0.85% | - |
| XYZ | 29.98 | 17.85 | 2.12 | - |
| YUV | 100.83 | 76.18 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 9 | 0 | 0.72 | 0.96 | 0.15 | 14.78 | 0.92 | 0.44 |
| Hex | D8 | 3C | 9 | 0 | 48 | 60 | F | F | 5C | 2C |
| Octal | 330 | 74 | 11 | 0 | 110 | 140 | 17 | 17 | 134 | 54 |
| Binary | 11011000 | 111100 | 1001 | 0 | 1001000 | 1100000 | 1111 | 1111 | 1011100 | 101100 |
Color Harmonies of #D83C09
Complementary color
Monochromatic Colors of #D83C09
Black with #D83C09
Text Example
Text Example
White with #D83C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C09; }
p { color: rgb(216,60,9); }
H1.HeaderClassName
{
color: #D83C09;
}
.AnyTagClassName
{
color: #D83C09;
}
</style>
background-color css
<style>
a { background-color: #D83C09; }
a { background-color: rgb(216,60,9); }
div.DivClassName
{
background-color: #D83C09;
}
.BgClassName
{
background-color: #D83C09;
}
</style>
border-color css
<style>
span { border-color: #D83C09; }
span { border-color: rgb(216,60,9); }
td.TdClassName
{
border-color: #D83C09;
}
.TagClassName
{
border-color: #D83C09;
}
</style>