Html Css Color HEX #D63B03 Harley Davidson Orange
📋 copy color: '#D63B03'red 214 ◦ green 59 ◦ blue 3
Shades of Harley Davidson Orange #D63B03
Tints of Harley Davidson Orange #D63B03
RGB
CMYK
RGB Variations
Color information
#D63B03 (or 0xD63B03) is known color: Harley Davidson Orange. HEX triplet: D6, 3B and 03. RGB value is (214,59,3). Sum of RGB (Red+Green+Blue) = 214+59+3=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D63B03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63B03 is #29C4FC. Grayscale: #636363. Windows color (decimal): -2737405 or 211926. OLE color: 211926.
HSL color Cylindrical-coordinate representation of color #D63B03: hue angle of 15.92º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D63B03 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 59 | 3 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.16 |
| HSL | 15.92º | 0.97% | 0.43% | - |
| HSV(B) | 15.92º | 0.99% | 0.84% | - |
| XYZ | 29.31 | 17.43 | 1.91 | - |
| YUV | 98.96 | 73.85 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 59 | 3 | 0 | 0.72 | 0.99 | 0.16 | 15.92 | 0.97 | 0.43 |
| Hex | D6 | 3B | 3 | 0 | 48 | 63 | 10 | 10 | 61 | 2B |
| Octal | 326 | 73 | 3 | 0 | 110 | 143 | 20 | 20 | 141 | 53 |
| Binary | 11010110 | 111011 | 11 | 0 | 1001000 | 1100011 | 10000 | 10000 | 1100001 | 101011 |
Color Harmonies of #D63B03
Complementary color
Monochromatic Colors of #D63B03
Black with #D63B03
Text Example
Text Example
White with #D63B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63B03; }
p { color: rgb(214,59,3); }
H1.HeaderClassName
{
color: #D63B03;
}
.AnyTagClassName
{
color: #D63B03;
}
</style>
background-color css
<style>
a { background-color: #D63B03; }
a { background-color: rgb(214,59,3); }
div.DivClassName
{
background-color: #D63B03;
}
.BgClassName
{
background-color: #D63B03;
}
</style>
border-color css
<style>
span { border-color: #D63B03; }
span { border-color: rgb(214,59,3); }
td.TdClassName
{
border-color: #D63B03;
}
.TagClassName
{
border-color: #D63B03;
}
</style>