Html Css Color HEX #D63F0C Harley Davidson Orange
📋 copy color: '#D63F0C'red 214 ◦ green 63 ◦ blue 12
Shades of Harley Davidson Orange #D63F0C
Tints of Harley Davidson Orange #D63F0C
RGB
CMYK
RGB Variations
Color information
#D63F0C (or 0xD63F0C) is known color: Harley Davidson Orange. HEX triplet: D6, 3F and 0C. RGB value is (214,63,12). Sum of RGB (Red+Green+Blue) = 214+63+12=289 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.05% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63F0C is #29C0F3. Grayscale: #666666. Windows color (decimal): -2736372 or 802774. OLE color: 802774.
HSL color Cylindrical-coordinate representation of color #D63F0C: hue angle of 15.15º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D63F0C is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 12 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.16 |
| HSL | 15.15º | 0.89% | 0.44% | - |
| HSV(B) | 15.15º | 0.94% | 0.84% | - |
| XYZ | 29.58 | 17.88 | 2.24 | - |
| YUV | 102.34 | 77.03 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 12 | 0 | 0.71 | 0.94 | 0.16 | 15.15 | 0.89 | 0.44 |
| Hex | D6 | 3F | C | 0 | 47 | 5E | 10 | F | 59 | 2C |
| Octal | 326 | 77 | 14 | 0 | 107 | 136 | 20 | 17 | 131 | 54 |
| Binary | 11010110 | 111111 | 1100 | 0 | 1000111 | 1011110 | 10000 | 1111 | 1011001 | 101100 |
Color Harmonies of #D63F0C
Complementary color
Monochromatic Colors of #D63F0C
Black with #D63F0C
Text Example
Text Example
White with #D63F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F0C; }
p { color: rgb(214,63,12); }
H1.HeaderClassName
{
color: #D63F0C;
}
.AnyTagClassName
{
color: #D63F0C;
}
</style>
background-color css
<style>
a { background-color: #D63F0C; }
a { background-color: rgb(214,63,12); }
div.DivClassName
{
background-color: #D63F0C;
}
.BgClassName
{
background-color: #D63F0C;
}
</style>
border-color css
<style>
span { border-color: #D63F0C; }
span { border-color: rgb(214,63,12); }
td.TdClassName
{
border-color: #D63F0C;
}
.TagClassName
{
border-color: #D63F0C;
}
</style>