Html Css Color HEX #D8431D Harley Davidson Orange
📋 copy color: '#D8431D'red 216 ◦ green 67 ◦ blue 29
Shades of Harley Davidson Orange #D8431D
Tints of Harley Davidson Orange #D8431D
RGB
CMYK
RGB Variations
Color information
#D8431D (or 0xD8431D) is known color: Harley Davidson Orange. HEX triplet: D8, 43 and 1D. RGB value is (216,67,29). Sum of RGB (Red+Green+Blue) = 216+67+29=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D8431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8431D is #27BCE2. Grayscale: #6B6B6B. Windows color (decimal): -2604259 or 1917912. OLE color: 1917912.
HSL color Cylindrical-coordinate representation of color #D8431D: hue angle of 12.19º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8431D is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 67 | 29 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.15 |
| HSL | 12.19º | 0.76% | 0.48% | - |
| HSV(B) | 12.19º | 0.87% | 0.85% | - |
| XYZ | 30.55 | 18.7 | 3.16 | - |
| YUV | 107.22 | 83.86 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 29 | 0 | 0.69 | 0.87 | 0.15 | 12.19 | 0.76 | 0.48 |
| Hex | D8 | 43 | 1D | 0 | 45 | 57 | F | C | 4C | 30 |
| Octal | 330 | 103 | 35 | 0 | 105 | 127 | 17 | 14 | 114 | 60 |
| Binary | 11011000 | 1000011 | 11101 | 0 | 1000101 | 1010111 | 1111 | 1100 | 1001100 | 110000 |
Color Harmonies of #D8431D
Complementary color
Monochromatic Colors of #D8431D
Black with #D8431D
Text Example
Text Example
White with #D8431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8431D; }
p { color: rgb(216,67,29); }
H1.HeaderClassName
{
color: #D8431D;
}
.AnyTagClassName
{
color: #D8431D;
}
</style>
background-color css
<style>
a { background-color: #D8431D; }
a { background-color: rgb(216,67,29); }
div.DivClassName
{
background-color: #D8431D;
}
.BgClassName
{
background-color: #D8431D;
}
</style>
border-color css
<style>
span { border-color: #D8431D; }
span { border-color: rgb(216,67,29); }
td.TdClassName
{
border-color: #D8431D;
}
.TagClassName
{
border-color: #D8431D;
}
</style>