Html Css Color HEX #D63B08 Harley Davidson Orange
📋 copy color: '#D63B08'red 214 ◦ green 59 ◦ blue 8
Shades of Harley Davidson Orange #D63B08
Tints of Harley Davidson Orange #D63B08
RGB
CMYK
RGB Variations
Color information
#D63B08 (or 0xD63B08) is known color: Harley Davidson Orange. HEX triplet: D6, 3B and 08. RGB value is (214,59,8). Sum of RGB (Red+Green+Blue) = 214+59+8=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D63B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63B08 is #29C4F7. Grayscale: #636363. Windows color (decimal): -2737400 or 539606. OLE color: 539606.
HSL color Cylindrical-coordinate representation of color #D63B08: hue angle of 14.85º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D63B08 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 59 | 8 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.16 |
| HSL | 14.85º | 0.93% | 0.44% | - |
| HSV(B) | 14.85º | 0.96% | 0.84% | - |
| XYZ | 29.34 | 17.44 | 2.05 | - |
| YUV | 99.53 | 76.35 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 59 | 8 | 0 | 0.72 | 0.96 | 0.16 | 14.85 | 0.93 | 0.44 |
| Hex | D6 | 3B | 8 | 0 | 48 | 60 | 10 | F | 5D | 2C |
| Octal | 326 | 73 | 10 | 0 | 110 | 140 | 20 | 17 | 135 | 54 |
| Binary | 11010110 | 111011 | 1000 | 0 | 1001000 | 1100000 | 10000 | 1111 | 1011101 | 101100 |
Color Harmonies of #D63B08
Complementary color
Monochromatic Colors of #D63B08
Black with #D63B08
Text Example
Text Example
White with #D63B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63B08; }
p { color: rgb(214,59,8); }
H1.HeaderClassName
{
color: #D63B08;
}
.AnyTagClassName
{
color: #D63B08;
}
</style>
background-color css
<style>
a { background-color: #D63B08; }
a { background-color: rgb(214,59,8); }
div.DivClassName
{
background-color: #D63B08;
}
.BgClassName
{
background-color: #D63B08;
}
</style>
border-color css
<style>
span { border-color: #D63B08; }
span { border-color: rgb(214,59,8); }
td.TdClassName
{
border-color: #D63B08;
}
.TagClassName
{
border-color: #D63B08;
}
</style>