Html Css Color HEX #D63D00 Harley Davidson Orange
📋 copy color: '#D63D00'red 214 ◦ green 61 ◦ blue 0
Shades of Harley Davidson Orange #D63D00
Tints of Harley Davidson Orange #D63D00
RGB
CMYK
RGB Variations
Color information
#D63D00 (or 0xD63D00) is known color: Harley Davidson Orange. HEX triplet: D6, 3D and 00. RGB value is (214,61,0). Sum of RGB (Red+Green+Blue) = 214+61+0=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63D00 is #29C2FF. Grayscale: #646464. Windows color (decimal): -2736896 or 15830. OLE color: 15830.
HSL color Cylindrical-coordinate representation of color #D63D00: hue angle of 17.1º 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 #D63D00 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.16 |
| HSL | 17.1º | 1% | 0.42% | - |
| HSV(B) | 17.1º | 1% | 0.84% | - |
| XYZ | 29.4 | 17.63 | 1.85 | - |
| YUV | 99.79 | 71.69 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 0 | 0 | 0.71 | 1 | 0.16 | 17.1 | 1 | 0.42 |
| Hex | D6 | 3D | 0 | 0 | 47 | 64 | 10 | 11 | 64 | 2A |
| Octal | 326 | 75 | 0 | 0 | 107 | 144 | 20 | 21 | 144 | 52 |
| Binary | 11010110 | 111101 | 0 | 0 | 1000111 | 1100100 | 10000 | 10001 | 1100100 | 101010 |
Color Harmonies of #D63D00
Complementary color
Monochromatic Colors of #D63D00
Black with #D63D00
Text Example
Text Example
White with #D63D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63D00; }
p { color: rgb(214,61,0); }
H1.HeaderClassName
{
color: #D63D00;
}
.AnyTagClassName
{
color: #D63D00;
}
</style>
background-color css
<style>
a { background-color: #D63D00; }
a { background-color: rgb(214,61,0); }
div.DivClassName
{
background-color: #D63D00;
}
.BgClassName
{
background-color: #D63D00;
}
</style>
border-color css
<style>
span { border-color: #D63D00; }
span { border-color: rgb(214,61,0); }
td.TdClassName
{
border-color: #D63D00;
}
.TagClassName
{
border-color: #D63D00;
}
</style>