Html Css Color HEX #D63B1E Harley Davidson Orange
📋 copy color: '#D63B1E'red 214 ◦ green 59 ◦ blue 30
Shades of Harley Davidson Orange #D63B1E
Tints of Harley Davidson Orange #D63B1E
RGB
CMYK
RGB Variations
Color information
#D63B1E (or 0xD63B1E) is known color: Harley Davidson Orange. HEX triplet: D6, 3B and 1E. RGB value is (214,59,30). Sum of RGB (Red+Green+Blue) = 214+59+30=303 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.63% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 214 - color contains mainly: red. Hex color #D63B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63B1E is #29C4E1. Grayscale: #666666. Windows color (decimal): -2737378 or 1981398. OLE color: 1981398.
HSL color Cylindrical-coordinate representation of color #D63B1E: hue angle of 9.46º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D63B1E is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 59 | 30 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.16 |
| HSL | 9.46º | 0.75% | 0.48% | - |
| HSV(B) | 9.46º | 0.86% | 0.84% | - |
| XYZ | 29.53 | 17.52 | 3.05 | - |
| YUV | 102.04 | 87.35 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 59 | 30 | 0 | 0.72 | 0.86 | 0.16 | 9.46 | 0.75 | 0.48 |
| Hex | D6 | 3B | 1E | 0 | 48 | 56 | 10 | 9 | 4B | 30 |
| Octal | 326 | 73 | 36 | 0 | 110 | 126 | 20 | 11 | 113 | 60 |
| Binary | 11010110 | 111011 | 11110 | 0 | 1001000 | 1010110 | 10000 | 1001 | 1001011 | 110000 |
Color Harmonies of #D63B1E
Complementary color
Monochromatic Colors of #D63B1E
Black with #D63B1E
Text Example
Text Example
White with #D63B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63B1E; }
p { color: rgb(214,59,30); }
H1.HeaderClassName
{
color: #D63B1E;
}
.AnyTagClassName
{
color: #D63B1E;
}
</style>
background-color css
<style>
a { background-color: #D63B1E; }
a { background-color: rgb(214,59,30); }
div.DivClassName
{
background-color: #D63B1E;
}
.BgClassName
{
background-color: #D63B1E;
}
</style>
border-color css
<style>
span { border-color: #D63B1E; }
span { border-color: rgb(214,59,30); }
td.TdClassName
{
border-color: #D63B1E;
}
.TagClassName
{
border-color: #D63B1E;
}
</style>