Html Css Color HEX #D8430D Harley Davidson Orange
📋 copy color: '#D8430D'red 216 ◦ green 67 ◦ blue 13
Shades of Harley Davidson Orange #D8430D
Tints of Harley Davidson Orange #D8430D
RGB
CMYK
RGB Variations
Color information
#D8430D (or 0xD8430D) is known color: Harley Davidson Orange. HEX triplet: D8, 43 and 0D. RGB value is (216,67,13). Sum of RGB (Red+Green+Blue) = 216+67+13=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D8430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8430D is #27BCF2. Grayscale: #696969. Windows color (decimal): -2604275 or 869336. OLE color: 869336.
HSL color Cylindrical-coordinate representation of color #D8430D: hue angle of 15.96º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8430D is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 67 | 13 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.15 |
| HSL | 15.96º | 0.89% | 0.45% | - |
| HSV(B) | 15.96º | 0.94% | 0.85% | - |
| XYZ | 30.4 | 18.64 | 2.38 | - |
| YUV | 105.4 | 75.86 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 13 | 0 | 0.69 | 0.94 | 0.15 | 15.96 | 0.89 | 0.45 |
| Hex | D8 | 43 | D | 0 | 45 | 5E | F | 10 | 59 | 2D |
| Octal | 330 | 103 | 15 | 0 | 105 | 136 | 17 | 20 | 131 | 55 |
| Binary | 11011000 | 1000011 | 1101 | 0 | 1000101 | 1011110 | 1111 | 10000 | 1011001 | 101101 |
Color Harmonies of #D8430D
Complementary color
Monochromatic Colors of #D8430D
Black with #D8430D
Text Example
Text Example
White with #D8430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8430D; }
p { color: rgb(216,67,13); }
H1.HeaderClassName
{
color: #D8430D;
}
.AnyTagClassName
{
color: #D8430D;
}
</style>
background-color css
<style>
a { background-color: #D8430D; }
a { background-color: rgb(216,67,13); }
div.DivClassName
{
background-color: #D8430D;
}
.BgClassName
{
background-color: #D8430D;
}
</style>
border-color css
<style>
span { border-color: #D8430D; }
span { border-color: rgb(216,67,13); }
td.TdClassName
{
border-color: #D8430D;
}
.TagClassName
{
border-color: #D8430D;
}
</style>