Html Css Color HEX #D63402 Harley Davidson Orange
📋 copy color: '#D63402'red 214 ◦ green 52 ◦ blue 2
Shades of Harley Davidson Orange #D63402
Tints of Harley Davidson Orange #D63402
RGB
CMYK
RGB Variations
Color information
#D63402 (or 0xD63402) is known color: Harley Davidson Orange. HEX triplet: D6, 34 and 02. RGB value is (214,52,2). Sum of RGB (Red+Green+Blue) = 214+52+2=268 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.85% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 214 - color contains mainly: red. Hex color #D63402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63402 is #29CBFD. Grayscale: #5F5F5F. Windows color (decimal): -2739198 or 144598. OLE color: 144598.
HSL color Cylindrical-coordinate representation of color #D63402: hue angle of 14.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 #D63402 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.16 |
| HSL | 14.15º | 0.98% | 0.42% | - |
| HSV(B) | 14.15º | 0.99% | 0.84% | - |
| XYZ | 28.97 | 16.76 | 1.76 | - |
| YUV | 94.74 | 75.67 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 2 | 0 | 0.76 | 0.99 | 0.16 | 14.15 | 0.98 | 0.42 |
| Hex | D6 | 34 | 2 | 0 | 4C | 63 | 10 | E | 62 | 2A |
| Octal | 326 | 64 | 2 | 0 | 114 | 143 | 20 | 16 | 142 | 52 |
| Binary | 11010110 | 110100 | 10 | 0 | 1001100 | 1100011 | 10000 | 1110 | 1100010 | 101010 |
Color Harmonies of #D63402
Complementary color
Monochromatic Colors of #D63402
Black with #D63402
Text Example
Text Example
White with #D63402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63402; }
p { color: rgb(214,52,2); }
H1.HeaderClassName
{
color: #D63402;
}
.AnyTagClassName
{
color: #D63402;
}
</style>
background-color css
<style>
a { background-color: #D63402; }
a { background-color: rgb(214,52,2); }
div.DivClassName
{
background-color: #D63402;
}
.BgClassName
{
background-color: #D63402;
}
</style>
border-color css
<style>
span { border-color: #D63402; }
span { border-color: rgb(214,52,2); }
td.TdClassName
{
border-color: #D63402;
}
.TagClassName
{
border-color: #D63402;
}
</style>