Html Css Color HEX #D81C03 Harley Davidson Orange
📋 copy color: '#D81C03'red 216 ◦ green 28 ◦ blue 3
Shades of Harley Davidson Orange #D81C03
Tints of Harley Davidson Orange #D81C03
RGB
CMYK
RGB Variations
Color information
#D81C03 (or 0xD81C03) is known color: Harley Davidson Orange. HEX triplet: D8, 1C and 03. RGB value is (216,28,3). Sum of RGB (Red+Green+Blue) = 216+28+3=247 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.45% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 216 - color contains mainly: red. Hex color #D81C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81C03 is #27E3FC. Grayscale: #515151. Windows color (decimal): -2614269 or 203992. OLE color: 203992.
HSL color Cylindrical-coordinate representation of color #D81C03: hue angle of 7.04º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D81C03 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 28 | 3 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.15 |
| HSL | 7.04º | 0.97% | 0.43% | - |
| HSV(B) | 7.04º | 0.99% | 0.85% | - |
| XYZ | 28.75 | 15.44 | 1.55 | - |
| YUV | 81.36 | 83.78 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 28 | 3 | 0 | 0.87 | 0.99 | 0.15 | 7.04 | 0.97 | 0.43 |
| Hex | D8 | 1C | 3 | 0 | 57 | 63 | F | 7 | 61 | 2B |
| Octal | 330 | 34 | 3 | 0 | 127 | 143 | 17 | 7 | 141 | 53 |
| Binary | 11011000 | 11100 | 11 | 0 | 1010111 | 1100011 | 1111 | 111 | 1100001 | 101011 |
Color Harmonies of #D81C03
Complementary color
Monochromatic Colors of #D81C03
Black with #D81C03
Text Example
Text Example
White with #D81C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81C03; }
p { color: rgb(216,28,3); }
H1.HeaderClassName
{
color: #D81C03;
}
.AnyTagClassName
{
color: #D81C03;
}
</style>
background-color css
<style>
a { background-color: #D81C03; }
a { background-color: rgb(216,28,3); }
div.DivClassName
{
background-color: #D81C03;
}
.BgClassName
{
background-color: #D81C03;
}
</style>
border-color css
<style>
span { border-color: #D81C03; }
span { border-color: rgb(216,28,3); }
td.TdClassName
{
border-color: #D81C03;
}
.TagClassName
{
border-color: #D81C03;
}
</style>