Html Css Color HEX #D81C06 Harley Davidson Orange
📋 copy color: '#D81C06'red 216 ◦ green 28 ◦ blue 6
Shades of Harley Davidson Orange #D81C06
Tints of Harley Davidson Orange #D81C06
RGB
CMYK
RGB Variations
Color information
#D81C06 (or 0xD81C06) is known color: Harley Davidson Orange. HEX triplet: D8, 1C and 06. RGB value is (216,28,6). Sum of RGB (Red+Green+Blue) = 216+28+6=250 (33% of max value = 765). Red value is 216 (84.77% from 255 or 86.4% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 216 - color contains mainly: red. Hex color #D81C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81C06 is #27E3F9. Grayscale: #515151. Windows color (decimal): -2614266 or 400600. OLE color: 400600.
HSL color Cylindrical-coordinate representation of color #D81C06: hue angle of 6.29º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D81C06 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 28 | 6 | - |
| CMYK | 0 | 0.87 | 0.97 | 0.15 |
| HSL | 6.29º | 0.95% | 0.44% | - |
| HSV(B) | 6.29º | 0.97% | 0.85% | - |
| XYZ | 28.77 | 15.44 | 1.64 | - |
| YUV | 81.7 | 85.28 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 28 | 6 | 0 | 0.87 | 0.97 | 0.15 | 6.29 | 0.95 | 0.44 |
| Hex | D8 | 1C | 6 | 0 | 57 | 61 | F | 6 | 5F | 2C |
| Octal | 330 | 34 | 6 | 0 | 127 | 141 | 17 | 6 | 137 | 54 |
| Binary | 11011000 | 11100 | 110 | 0 | 1010111 | 1100001 | 1111 | 110 | 1011111 | 101100 |
Color Harmonies of #D81C06
Complementary color
Monochromatic Colors of #D81C06
Black with #D81C06
Text Example
Text Example
White with #D81C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81C06; }
p { color: rgb(216,28,6); }
H1.HeaderClassName
{
color: #D81C06;
}
.AnyTagClassName
{
color: #D81C06;
}
</style>
background-color css
<style>
a { background-color: #D81C06; }
a { background-color: rgb(216,28,6); }
div.DivClassName
{
background-color: #D81C06;
}
.BgClassName
{
background-color: #D81C06;
}
</style>
border-color css
<style>
span { border-color: #D81C06; }
span { border-color: rgb(216,28,6); }
td.TdClassName
{
border-color: #D81C06;
}
.TagClassName
{
border-color: #D81C06;
}
</style>