Html Css Color HEX #D63B00 Harley Davidson Orange
📋 copy color: '#D63B00'red 214 ◦ green 59 ◦ blue 0
Shades of Harley Davidson Orange #D63B00
Tints of Harley Davidson Orange #D63B00
RGB
CMYK
RGB Variations
Color information
#D63B00 (or 0xD63B00) is known color: Harley Davidson Orange. HEX triplet: D6, 3B and 00. RGB value is (214,59,0). Sum of RGB (Red+Green+Blue) = 214+59+0=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D63B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63B00 is #29C4FF. Grayscale: #636363. Windows color (decimal): -2737408 or 15318. OLE color: 15318.
HSL color Cylindrical-coordinate representation of color #D63B00: hue angle of 16.54º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D63B00 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 59 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.16 |
| HSL | 16.54º | 1% | 0.42% | - |
| HSV(B) | 16.54º | 1% | 0.84% | - |
| XYZ | 29.3 | 17.42 | 1.82 | - |
| YUV | 98.62 | 72.35 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 59 | 0 | 0 | 0.72 | 1 | 0.16 | 16.54 | 1 | 0.42 |
| Hex | D6 | 3B | 0 | 0 | 48 | 64 | 10 | 11 | 64 | 2A |
| Octal | 326 | 73 | 0 | 0 | 110 | 144 | 20 | 21 | 144 | 52 |
| Binary | 11010110 | 111011 | 0 | 0 | 1001000 | 1100100 | 10000 | 10001 | 1100100 | 101010 |
Color Harmonies of #D63B00
Complementary color
Monochromatic Colors of #D63B00
Black with #D63B00
Text Example
Text Example
White with #D63B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63B00; }
p { color: rgb(214,59,0); }
H1.HeaderClassName
{
color: #D63B00;
}
.AnyTagClassName
{
color: #D63B00;
}
</style>
background-color css
<style>
a { background-color: #D63B00; }
a { background-color: rgb(214,59,0); }
div.DivClassName
{
background-color: #D63B00;
}
.BgClassName
{
background-color: #D63B00;
}
</style>
border-color css
<style>
span { border-color: #D63B00; }
span { border-color: rgb(214,59,0); }
td.TdClassName
{
border-color: #D63B00;
}
.TagClassName
{
border-color: #D63B00;
}
</style>