Html Css Color HEX #D8230D Harley Davidson Orange
📋 copy color: '#D8230D'red 216 ◦ green 35 ◦ blue 13
Shades of Harley Davidson Orange #D8230D
Tints of Harley Davidson Orange #D8230D
RGB
CMYK
RGB Variations
Color information
#D8230D (or 0xD8230D) is known color: Harley Davidson Orange. HEX triplet: D8, 23 and 0D. RGB value is (216,35,13). Sum of RGB (Red+Green+Blue) = 216+35+13=264 (34% of max value = 765). Red value is 216 (84.77% from 255 or 81.82% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 216 - color contains mainly: red. Hex color #D8230D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8230D is #27DCF2. Grayscale: #565656. Windows color (decimal): -2612467 or 861144. OLE color: 861144.
HSL color Cylindrical-coordinate representation of color #D8230D: hue angle of 6.5º 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 #D8230D is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 35 | 13 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.15 |
| HSL | 6.5º | 0.89% | 0.45% | - |
| HSV(B) | 6.5º | 0.94% | 0.85% | - |
| XYZ | 28.99 | 15.83 | 1.91 | - |
| YUV | 86.61 | 86.47 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 35 | 13 | 0 | 0.84 | 0.94 | 0.15 | 6.5 | 0.89 | 0.45 |
| Hex | D8 | 23 | D | 0 | 54 | 5E | F | 7 | 59 | 2D |
| Octal | 330 | 43 | 15 | 0 | 124 | 136 | 17 | 7 | 131 | 55 |
| Binary | 11011000 | 100011 | 1101 | 0 | 1010100 | 1011110 | 1111 | 111 | 1011001 | 101101 |
Color Harmonies of #D8230D
Complementary color
Monochromatic Colors of #D8230D
Black with #D8230D
Text Example
Text Example
White with #D8230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8230D; }
p { color: rgb(216,35,13); }
H1.HeaderClassName
{
color: #D8230D;
}
.AnyTagClassName
{
color: #D8230D;
}
</style>
background-color css
<style>
a { background-color: #D8230D; }
a { background-color: rgb(216,35,13); }
div.DivClassName
{
background-color: #D8230D;
}
.BgClassName
{
background-color: #D8230D;
}
</style>
border-color css
<style>
span { border-color: #D8230D; }
span { border-color: rgb(216,35,13); }
td.TdClassName
{
border-color: #D8230D;
}
.TagClassName
{
border-color: #D8230D;
}
</style>