Html Css Color HEX #D63206 Harley Davidson Orange
📋 copy color: '#D63206'red 214 ◦ green 50 ◦ blue 6
Shades of Harley Davidson Orange #D63206
Tints of Harley Davidson Orange #D63206
RGB
CMYK
RGB Variations
Color information
#D63206 (or 0xD63206) is known color: Harley Davidson Orange. HEX triplet: D6, 32 and 06. RGB value is (214,50,6). Sum of RGB (Red+Green+Blue) = 214+50+6=270 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.26% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 214 - color contains mainly: red. Hex color #D63206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63206 is #29CDF9. Grayscale: #5E5E5E. Windows color (decimal): -2739706 or 406230. OLE color: 406230.
HSL color Cylindrical-coordinate representation of color #D63206: hue angle of 12.69º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D63206 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 6 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.16 |
| HSL | 12.69º | 0.95% | 0.43% | - |
| HSV(B) | 12.69º | 0.97% | 0.84% | - |
| XYZ | 28.91 | 16.59 | 1.85 | - |
| YUV | 94.02 | 78.33 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 6 | 0 | 0.77 | 0.97 | 0.16 | 12.69 | 0.95 | 0.43 |
| Hex | D6 | 32 | 6 | 0 | 4D | 61 | 10 | D | 5F | 2B |
| Octal | 326 | 62 | 6 | 0 | 115 | 141 | 20 | 15 | 137 | 53 |
| Binary | 11010110 | 110010 | 110 | 0 | 1001101 | 1100001 | 10000 | 1101 | 1011111 | 101011 |
Color Harmonies of #D63206
Complementary color
Monochromatic Colors of #D63206
Black with #D63206
Text Example
Text Example
White with #D63206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63206; }
p { color: rgb(214,50,6); }
H1.HeaderClassName
{
color: #D63206;
}
.AnyTagClassName
{
color: #D63206;
}
</style>
background-color css
<style>
a { background-color: #D63206; }
a { background-color: rgb(214,50,6); }
div.DivClassName
{
background-color: #D63206;
}
.BgClassName
{
background-color: #D63206;
}
</style>
border-color css
<style>
span { border-color: #D63206; }
span { border-color: rgb(214,50,6); }
td.TdClassName
{
border-color: #D63206;
}
.TagClassName
{
border-color: #D63206;
}
</style>