Html Css Color HEX #D8351C Harley Davidson Orange
📋 copy color: '#D8351C'red 216 ◦ green 53 ◦ blue 28
Shades of Harley Davidson Orange #D8351C
Tints of Harley Davidson Orange #D8351C
RGB
CMYK
RGB Variations
Color information
#D8351C (or 0xD8351C) is known color: Harley Davidson Orange. HEX triplet: D8, 35 and 1C. RGB value is (216,53,28). Sum of RGB (Red+Green+Blue) = 216+53+28=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D8351C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8351C is #27CAE3. Grayscale: #636363. Windows color (decimal): -2607844 or 1848792. OLE color: 1848792.
HSL color Cylindrical-coordinate representation of color #D8351C: hue angle of 7.98º 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 #D8351C is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 53 | 28 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.15 |
| HSL | 7.98º | 0.77% | 0.48% | - |
| HSV(B) | 7.98º | 0.87% | 0.85% | - |
| XYZ | 29.8 | 17.23 | 2.85 | - |
| YUV | 98.89 | 88 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 53 | 28 | 0 | 0.75 | 0.87 | 0.15 | 7.98 | 0.77 | 0.48 |
| Hex | D8 | 35 | 1C | 0 | 4B | 57 | F | 8 | 4D | 30 |
| Octal | 330 | 65 | 34 | 0 | 113 | 127 | 17 | 10 | 115 | 60 |
| Binary | 11011000 | 110101 | 11100 | 0 | 1001011 | 1010111 | 1111 | 1000 | 1001101 | 110000 |
Color Harmonies of #D8351C
Complementary color
Monochromatic Colors of #D8351C
Black with #D8351C
Text Example
Text Example
White with #D8351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8351C; }
p { color: rgb(216,53,28); }
H1.HeaderClassName
{
color: #D8351C;
}
.AnyTagClassName
{
color: #D8351C;
}
</style>
background-color css
<style>
a { background-color: #D8351C; }
a { background-color: rgb(216,53,28); }
div.DivClassName
{
background-color: #D8351C;
}
.BgClassName
{
background-color: #D8351C;
}
</style>
border-color css
<style>
span { border-color: #D8351C; }
span { border-color: rgb(216,53,28); }
td.TdClassName
{
border-color: #D8351C;
}
.TagClassName
{
border-color: #D8351C;
}
</style>