Html Css Color HEX #D8341B Harley Davidson Orange
📋 copy color: '#D8341B'red 216 ◦ green 52 ◦ blue 27
Shades of Harley Davidson Orange #D8341B
Tints of Harley Davidson Orange #D8341B
RGB
CMYK
RGB Variations
Color information
#D8341B (or 0xD8341B) is known color: Harley Davidson Orange. HEX triplet: D8, 34 and 1B. RGB value is (216,52,27). Sum of RGB (Red+Green+Blue) = 216+52+27=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D8341B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8341B is #27CBE4. Grayscale: #626262. Windows color (decimal): -2608101 or 1783000. OLE color: 1783000.
HSL color Cylindrical-coordinate representation of color #D8341B: hue angle of 7.94º 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 #D8341B is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 27 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.15 |
| HSL | 7.94º | 0.78% | 0.48% | - |
| HSV(B) | 7.94º | 0.88% | 0.85% | - |
| XYZ | 29.74 | 17.13 | 2.78 | - |
| YUV | 98.19 | 87.83 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 27 | 0 | 0.76 | 0.88 | 0.15 | 7.94 | 0.78 | 0.48 |
| Hex | D8 | 34 | 1B | 0 | 4C | 58 | F | 8 | 4E | 30 |
| Octal | 330 | 64 | 33 | 0 | 114 | 130 | 17 | 10 | 116 | 60 |
| Binary | 11011000 | 110100 | 11011 | 0 | 1001100 | 1011000 | 1111 | 1000 | 1001110 | 110000 |
Color Harmonies of #D8341B
Complementary color
Monochromatic Colors of #D8341B
Black with #D8341B
Text Example
Text Example
White with #D8341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8341B; }
p { color: rgb(216,52,27); }
H1.HeaderClassName
{
color: #D8341B;
}
.AnyTagClassName
{
color: #D8341B;
}
</style>
background-color css
<style>
a { background-color: #D8341B; }
a { background-color: rgb(216,52,27); }
div.DivClassName
{
background-color: #D8341B;
}
.BgClassName
{
background-color: #D8341B;
}
</style>
border-color css
<style>
span { border-color: #D8341B; }
span { border-color: rgb(216,52,27); }
td.TdClassName
{
border-color: #D8341B;
}
.TagClassName
{
border-color: #D8341B;
}
</style>