Html Css Color HEX #D8230F Harley Davidson Orange
📋 copy color: '#D8230F'red 216 ◦ green 35 ◦ blue 15
Shades of Harley Davidson Orange #D8230F
Tints of Harley Davidson Orange #D8230F
RGB
CMYK
RGB Variations
Color information
#D8230F (or 0xD8230F) is known color: Harley Davidson Orange. HEX triplet: D8, 23 and 0F. RGB value is (216,35,15). Sum of RGB (Red+Green+Blue) = 216+35+15=266 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.20% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 216 - color contains mainly: red. Hex color #D8230F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8230F is #27DCF0. Grayscale: #575757. Windows color (decimal): -2612465 or 992216. OLE color: 992216.
HSL color Cylindrical-coordinate representation of color #D8230F: hue angle of 5.97º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8230F is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 35 | 15 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.15 |
| HSL | 5.97º | 0.87% | 0.45% | - |
| HSV(B) | 5.97º | 0.93% | 0.85% | - |
| XYZ | 29.01 | 15.84 | 1.98 | - |
| YUV | 86.84 | 87.47 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 35 | 15 | 0 | 0.84 | 0.93 | 0.15 | 5.97 | 0.87 | 0.45 |
| Hex | D8 | 23 | F | 0 | 54 | 5D | F | 6 | 57 | 2D |
| Octal | 330 | 43 | 17 | 0 | 124 | 135 | 17 | 6 | 127 | 55 |
| Binary | 11011000 | 100011 | 1111 | 0 | 1010100 | 1011101 | 1111 | 110 | 1010111 | 101101 |
Color Harmonies of #D8230F
Complementary color
Monochromatic Colors of #D8230F
Black with #D8230F
Text Example
Text Example
White with #D8230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8230F; }
p { color: rgb(216,35,15); }
H1.HeaderClassName
{
color: #D8230F;
}
.AnyTagClassName
{
color: #D8230F;
}
</style>
background-color css
<style>
a { background-color: #D8230F; }
a { background-color: rgb(216,35,15); }
div.DivClassName
{
background-color: #D8230F;
}
.BgClassName
{
background-color: #D8230F;
}
</style>
border-color css
<style>
span { border-color: #D8230F; }
span { border-color: rgb(216,35,15); }
td.TdClassName
{
border-color: #D8230F;
}
.TagClassName
{
border-color: #D8230F;
}
</style>