Html Css Color HEX #D8231B Harley Davidson Orange
📋 copy color: '#D8231B'red 216 ◦ green 35 ◦ blue 27
Shades of Harley Davidson Orange #D8231B
Tints of Harley Davidson Orange #D8231B
RGB
CMYK
RGB Variations
Color information
#D8231B (or 0xD8231B) is known color: Harley Davidson Orange. HEX triplet: D8, 23 and 1B. RGB value is (216,35,27). Sum of RGB (Red+Green+Blue) = 216+35+27=278 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.70% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 216 - color contains mainly: red. Hex color #D8231B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8231B is #27DCE4. Grayscale: #585858. Windows color (decimal): -2612453 or 1778648. OLE color: 1778648.
HSL color Cylindrical-coordinate representation of color #D8231B: hue angle of 2.54º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8231B is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 35 | 27 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.15 |
| HSL | 2.54º | 0.78% | 0.48% | - |
| HSV(B) | 2.54º | 0.88% | 0.85% | - |
| XYZ | 29.12 | 15.88 | 2.57 | - |
| YUV | 88.21 | 93.47 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 35 | 27 | 0 | 0.84 | 0.88 | 0.15 | 2.54 | 0.78 | 0.48 |
| Hex | D8 | 23 | 1B | 0 | 54 | 58 | F | 3 | 4E | 30 |
| Octal | 330 | 43 | 33 | 0 | 124 | 130 | 17 | 3 | 116 | 60 |
| Binary | 11011000 | 100011 | 11011 | 0 | 1010100 | 1011000 | 1111 | 11 | 1001110 | 110000 |
Color Harmonies of #D8231B
Complementary color
Monochromatic Colors of #D8231B
Black with #D8231B
Text Example
Text Example
White with #D8231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8231B; }
p { color: rgb(216,35,27); }
H1.HeaderClassName
{
color: #D8231B;
}
.AnyTagClassName
{
color: #D8231B;
}
</style>
background-color css
<style>
a { background-color: #D8231B; }
a { background-color: rgb(216,35,27); }
div.DivClassName
{
background-color: #D8231B;
}
.BgClassName
{
background-color: #D8231B;
}
</style>
border-color css
<style>
span { border-color: #D8231B; }
span { border-color: rgb(216,35,27); }
td.TdClassName
{
border-color: #D8231B;
}
.TagClassName
{
border-color: #D8231B;
}
</style>