Html Css Color HEX #D8331C Harley Davidson Orange
📋 copy color: '#D8331C'red 216 ◦ green 51 ◦ blue 28
Shades of Harley Davidson Orange #D8331C
Tints of Harley Davidson Orange #D8331C
RGB
CMYK
RGB Variations
Color information
#D8331C (or 0xD8331C) is known color: Harley Davidson Orange. HEX triplet: D8, 33 and 1C. RGB value is (216,51,28). Sum of RGB (Red+Green+Blue) = 216+51+28=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D8331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8331C is #27CCE3. Grayscale: #616161. Windows color (decimal): -2608356 or 1848280. OLE color: 1848280.
HSL color Cylindrical-coordinate representation of color #D8331C: hue angle of 7.34º 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 #D8331C is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 51 | 28 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.15 |
| HSL | 7.34º | 0.77% | 0.48% | - |
| HSV(B) | 7.34º | 0.87% | 0.85% | - |
| XYZ | 29.71 | 17.05 | 2.82 | - |
| YUV | 97.71 | 88.66 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 28 | 0 | 0.76 | 0.87 | 0.15 | 7.34 | 0.77 | 0.48 |
| Hex | D8 | 33 | 1C | 0 | 4C | 57 | F | 7 | 4D | 30 |
| Octal | 330 | 63 | 34 | 0 | 114 | 127 | 17 | 7 | 115 | 60 |
| Binary | 11011000 | 110011 | 11100 | 0 | 1001100 | 1010111 | 1111 | 111 | 1001101 | 110000 |
Color Harmonies of #D8331C
Complementary color
Monochromatic Colors of #D8331C
Black with #D8331C
Text Example
Text Example
White with #D8331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8331C; }
p { color: rgb(216,51,28); }
H1.HeaderClassName
{
color: #D8331C;
}
.AnyTagClassName
{
color: #D8331C;
}
</style>
background-color css
<style>
a { background-color: #D8331C; }
a { background-color: rgb(216,51,28); }
div.DivClassName
{
background-color: #D8331C;
}
.BgClassName
{
background-color: #D8331C;
}
</style>
border-color css
<style>
span { border-color: #D8331C; }
span { border-color: rgb(216,51,28); }
td.TdClassName
{
border-color: #D8331C;
}
.TagClassName
{
border-color: #D8331C;
}
</style>