Html Css Color HEX #D63B0A Harley Davidson Orange
📋 copy color: '#D63B0A'red 214 ◦ green 59 ◦ blue 10
Shades of Harley Davidson Orange #D63B0A
Tints of Harley Davidson Orange #D63B0A
RGB
CMYK
RGB Variations
Color information
#D63B0A (or 0xD63B0A) is known color: Harley Davidson Orange. HEX triplet: D6, 3B and 0A. RGB value is (214,59,10). Sum of RGB (Red+Green+Blue) = 214+59+10=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D63B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63B0A is #29C4F5. Grayscale: #646464. Windows color (decimal): -2737398 or 670678. OLE color: 670678.
HSL color Cylindrical-coordinate representation of color #D63B0A: hue angle of 14.41º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D63B0A is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 59 | 10 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.16 |
| HSL | 14.41º | 0.91% | 0.44% | - |
| HSV(B) | 14.41º | 0.95% | 0.84% | - |
| XYZ | 29.35 | 17.45 | 2.11 | - |
| YUV | 99.76 | 77.35 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 59 | 10 | 0 | 0.72 | 0.95 | 0.16 | 14.41 | 0.91 | 0.44 |
| Hex | D6 | 3B | A | 0 | 48 | 5F | 10 | E | 5B | 2C |
| Octal | 326 | 73 | 12 | 0 | 110 | 137 | 20 | 16 | 133 | 54 |
| Binary | 11010110 | 111011 | 1010 | 0 | 1001000 | 1011111 | 10000 | 1110 | 1011011 | 101100 |
Color Harmonies of #D63B0A
Complementary color
Monochromatic Colors of #D63B0A
Black with #D63B0A
Text Example
Text Example
White with #D63B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63B0A; }
p { color: rgb(214,59,10); }
H1.HeaderClassName
{
color: #D63B0A;
}
.AnyTagClassName
{
color: #D63B0A;
}
</style>
background-color css
<style>
a { background-color: #D63B0A; }
a { background-color: rgb(214,59,10); }
div.DivClassName
{
background-color: #D63B0A;
}
.BgClassName
{
background-color: #D63B0A;
}
</style>
border-color css
<style>
span { border-color: #D63B0A; }
span { border-color: rgb(214,59,10); }
td.TdClassName
{
border-color: #D63B0A;
}
.TagClassName
{
border-color: #D63B0A;
}
</style>