Html Css Color HEX #D63702 Harley Davidson Orange
📋 copy color: '#D63702'red 214 ◦ green 55 ◦ blue 2
Shades of Harley Davidson Orange #D63702
Tints of Harley Davidson Orange #D63702
RGB
CMYK
RGB Variations
Color information
#D63702 (or 0xD63702) is known color: Harley Davidson Orange. HEX triplet: D6, 37 and 02. RGB value is (214,55,2). Sum of RGB (Red+Green+Blue) = 214+55+2=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D63702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63702 is #29C8FD. Grayscale: #606060. Windows color (decimal): -2738430 or 145366. OLE color: 145366.
HSL color Cylindrical-coordinate representation of color #D63702: hue angle of 15º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D63702 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 55 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.16 |
| HSL | 15º | 0.98% | 0.42% | - |
| HSV(B) | 15º | 0.99% | 0.84% | - |
| XYZ | 29.11 | 17.03 | 1.81 | - |
| YUV | 96.5 | 74.68 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 55 | 2 | 0 | 0.74 | 0.99 | 0.16 | 15 | 0.98 | 0.42 |
| Hex | D6 | 37 | 2 | 0 | 4A | 63 | 10 | F | 62 | 2A |
| Octal | 326 | 67 | 2 | 0 | 112 | 143 | 20 | 17 | 142 | 52 |
| Binary | 11010110 | 110111 | 10 | 0 | 1001010 | 1100011 | 10000 | 1111 | 1100010 | 101010 |
Color Harmonies of #D63702
Complementary color
Monochromatic Colors of #D63702
Black with #D63702
Text Example
Text Example
White with #D63702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63702; }
p { color: rgb(214,55,2); }
H1.HeaderClassName
{
color: #D63702;
}
.AnyTagClassName
{
color: #D63702;
}
</style>
background-color css
<style>
a { background-color: #D63702; }
a { background-color: rgb(214,55,2); }
div.DivClassName
{
background-color: #D63702;
}
.BgClassName
{
background-color: #D63702;
}
</style>
border-color css
<style>
span { border-color: #D63702; }
span { border-color: rgb(214,55,2); }
td.TdClassName
{
border-color: #D63702;
}
.TagClassName
{
border-color: #D63702;
}
</style>