Html Css Color HEX #D63D08 Harley Davidson Orange
📋 copy color: '#D63D08'red 214 ◦ green 61 ◦ blue 8
Shades of Harley Davidson Orange #D63D08
Tints of Harley Davidson Orange #D63D08
RGB
CMYK
RGB Variations
Color information
#D63D08 (or 0xD63D08) is known color: Harley Davidson Orange. HEX triplet: D6, 3D and 08. RGB value is (214,61,8). Sum of RGB (Red+Green+Blue) = 214+61+8=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63D08 is #29C2F7. Grayscale: #656565. Windows color (decimal): -2736888 or 540118. OLE color: 540118.
HSL color Cylindrical-coordinate representation of color #D63D08: hue angle of 15.44º 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 #D63D08 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 8 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.16 |
| HSL | 15.44º | 0.93% | 0.44% | - |
| HSV(B) | 15.44º | 0.96% | 0.84% | - |
| XYZ | 29.44 | 17.65 | 2.08 | - |
| YUV | 100.71 | 75.69 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 8 | 0 | 0.71 | 0.96 | 0.16 | 15.44 | 0.93 | 0.44 |
| Hex | D6 | 3D | 8 | 0 | 47 | 60 | 10 | F | 5D | 2C |
| Octal | 326 | 75 | 10 | 0 | 107 | 140 | 20 | 17 | 135 | 54 |
| Binary | 11010110 | 111101 | 1000 | 0 | 1000111 | 1100000 | 10000 | 1111 | 1011101 | 101100 |
Color Harmonies of #D63D08
Complementary color
Monochromatic Colors of #D63D08
Black with #D63D08
Text Example
Text Example
White with #D63D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63D08; }
p { color: rgb(214,61,8); }
H1.HeaderClassName
{
color: #D63D08;
}
.AnyTagClassName
{
color: #D63D08;
}
</style>
background-color css
<style>
a { background-color: #D63D08; }
a { background-color: rgb(214,61,8); }
div.DivClassName
{
background-color: #D63D08;
}
.BgClassName
{
background-color: #D63D08;
}
</style>
border-color css
<style>
span { border-color: #D63D08; }
span { border-color: rgb(214,61,8); }
td.TdClassName
{
border-color: #D63D08;
}
.TagClassName
{
border-color: #D63D08;
}
</style>