Html Css Color HEX #D8231C Harley Davidson Orange
📋 copy color: '#D8231C'red 216 ◦ green 35 ◦ blue 28
Shades of Harley Davidson Orange #D8231C
Tints of Harley Davidson Orange #D8231C
RGB
CMYK
RGB Variations
Color information
#D8231C (or 0xD8231C) is known color: Harley Davidson Orange. HEX triplet: D8, 23 and 1C. RGB value is (216,35,28). Sum of RGB (Red+Green+Blue) = 216+35+28=279 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.42% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 216 - color contains mainly: red. Hex color #D8231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8231C is #27DCE3. Grayscale: #585858. Windows color (decimal): -2612452 or 1844184. OLE color: 1844184.
HSL color Cylindrical-coordinate representation of color #D8231C: hue angle of 2.23º degrees, saturation: 0.77, 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 #D8231C is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 35 | 28 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.15 |
| HSL | 2.23º | 0.77% | 0.48% | - |
| HSV(B) | 2.23º | 0.87% | 0.85% | - |
| XYZ | 29.13 | 15.88 | 2.63 | - |
| YUV | 88.32 | 93.97 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 35 | 28 | 0 | 0.84 | 0.87 | 0.15 | 2.23 | 0.77 | 0.48 |
| Hex | D8 | 23 | 1C | 0 | 54 | 57 | F | 2 | 4D | 30 |
| Octal | 330 | 43 | 34 | 0 | 124 | 127 | 17 | 2 | 115 | 60 |
| Binary | 11011000 | 100011 | 11100 | 0 | 1010100 | 1010111 | 1111 | 10 | 1001101 | 110000 |
Color Harmonies of #D8231C
Complementary color
Monochromatic Colors of #D8231C
Black with #D8231C
Text Example
Text Example
White with #D8231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8231C; }
p { color: rgb(216,35,28); }
H1.HeaderClassName
{
color: #D8231C;
}
.AnyTagClassName
{
color: #D8231C;
}
</style>
background-color css
<style>
a { background-color: #D8231C; }
a { background-color: rgb(216,35,28); }
div.DivClassName
{
background-color: #D8231C;
}
.BgClassName
{
background-color: #D8231C;
}
</style>
border-color css
<style>
span { border-color: #D8231C; }
span { border-color: rgb(216,35,28); }
td.TdClassName
{
border-color: #D8231C;
}
.TagClassName
{
border-color: #D8231C;
}
</style>