Html Css Color HEX #D63400 Harley Davidson Orange
📋 copy color: '#D63400'red 214 ◦ green 52 ◦ blue 0
Shades of Harley Davidson Orange #D63400
Tints of Harley Davidson Orange #D63400
RGB
CMYK
RGB Variations
Color information
#D63400 (or 0xD63400) is known color: Harley Davidson Orange. HEX triplet: D6, 34 and 00. RGB value is (214,52,0). Sum of RGB (Red+Green+Blue) = 214+52+0=266 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.45% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 214 - color contains mainly: red. Hex color #D63400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63400 is #29CBFF. Grayscale: #5E5E5E. Windows color (decimal): -2739200 or 13526. OLE color: 13526.
HSL color Cylindrical-coordinate representation of color #D63400: hue angle of 14.58º 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 #D63400 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.16 |
| HSL | 14.58º | 1% | 0.42% | - |
| HSV(B) | 14.58º | 1% | 0.84% | - |
| XYZ | 28.96 | 16.75 | 1.71 | - |
| YUV | 94.51 | 74.67 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 0 | 0 | 0.76 | 1 | 0.16 | 14.58 | 1 | 0.42 |
| Hex | D6 | 34 | 0 | 0 | 4C | 64 | 10 | F | 64 | 2A |
| Octal | 326 | 64 | 0 | 0 | 114 | 144 | 20 | 17 | 144 | 52 |
| Binary | 11010110 | 110100 | 0 | 0 | 1001100 | 1100100 | 10000 | 1111 | 1100100 | 101010 |
Color Harmonies of #D63400
Complementary color
Monochromatic Colors of #D63400
Black with #D63400
Text Example
Text Example
White with #D63400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63400; }
p { color: rgb(214,52,0); }
H1.HeaderClassName
{
color: #D63400;
}
.AnyTagClassName
{
color: #D63400;
}
</style>
background-color css
<style>
a { background-color: #D63400; }
a { background-color: rgb(214,52,0); }
div.DivClassName
{
background-color: #D63400;
}
.BgClassName
{
background-color: #D63400;
}
</style>
border-color css
<style>
span { border-color: #D63400; }
span { border-color: rgb(214,52,0); }
td.TdClassName
{
border-color: #D63400;
}
.TagClassName
{
border-color: #D63400;
}
</style>