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