Html Css Color HEX #D63D1A Harley Davidson Orange
📋 copy color: '#D63D1A'red 214 ◦ green 61 ◦ blue 26
Shades of Harley Davidson Orange #D63D1A
Tints of Harley Davidson Orange #D63D1A
RGB
CMYK
RGB Variations
Color information
#D63D1A (or 0xD63D1A) is known color: Harley Davidson Orange. HEX triplet: D6, 3D and 1A. RGB value is (214,61,26). Sum of RGB (Red+Green+Blue) = 214+61+26=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63D1A is #29C2E5. Grayscale: #676767. Windows color (decimal): -2736870 or 1719766. OLE color: 1719766.
HSL color Cylindrical-coordinate representation of color #D63D1A: hue angle of 11.17º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D63D1A is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 26 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.16 |
| HSL | 11.17º | 0.78% | 0.47% | - |
| HSV(B) | 11.17º | 0.88% | 0.84% | - |
| XYZ | 29.59 | 17.71 | 2.84 | - |
| YUV | 102.76 | 84.69 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 26 | 0 | 0.71 | 0.88 | 0.16 | 11.17 | 0.78 | 0.47 |
| Hex | D6 | 3D | 1A | 0 | 47 | 58 | 10 | B | 4E | 2F |
| Octal | 326 | 75 | 32 | 0 | 107 | 130 | 20 | 13 | 116 | 57 |
| Binary | 11010110 | 111101 | 11010 | 0 | 1000111 | 1011000 | 10000 | 1011 | 1001110 | 101111 |
Color Harmonies of #D63D1A
Complementary color
Monochromatic Colors of #D63D1A
Black with #D63D1A
Text Example
Text Example
White with #D63D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63D1A; }
p { color: rgb(214,61,26); }
H1.HeaderClassName
{
color: #D63D1A;
}
.AnyTagClassName
{
color: #D63D1A;
}
</style>
background-color css
<style>
a { background-color: #D63D1A; }
a { background-color: rgb(214,61,26); }
div.DivClassName
{
background-color: #D63D1A;
}
.BgClassName
{
background-color: #D63D1A;
}
</style>
border-color css
<style>
span { border-color: #D63D1A; }
span { border-color: rgb(214,61,26); }
td.TdClassName
{
border-color: #D63D1A;
}
.TagClassName
{
border-color: #D63D1A;
}
</style>