Html Css Color HEX #D63503 Harley Davidson Orange
📋 copy color: '#D63503'red 214 ◦ green 53 ◦ blue 3
Shades of Harley Davidson Orange #D63503
Tints of Harley Davidson Orange #D63503
RGB
CMYK
RGB Variations
Color information
#D63503 (or 0xD63503) is known color: Harley Davidson Orange. HEX triplet: D6, 35 and 03. RGB value is (214,53,3). Sum of RGB (Red+Green+Blue) = 214+53+3=270 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.26% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 214 - color contains mainly: red. Hex color #D63503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63503 is #29CAFC. Grayscale: #5F5F5F. Windows color (decimal): -2738941 or 210390. OLE color: 210390.
HSL color Cylindrical-coordinate representation of color #D63503: hue angle of 14.22º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D63503 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 3 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.16 |
| HSL | 14.22º | 0.97% | 0.43% | - |
| HSV(B) | 14.22º | 0.99% | 0.84% | - |
| XYZ | 29.02 | 16.85 | 1.81 | - |
| YUV | 95.44 | 75.84 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 3 | 0 | 0.75 | 0.99 | 0.16 | 14.22 | 0.97 | 0.43 |
| Hex | D6 | 35 | 3 | 0 | 4B | 63 | 10 | E | 61 | 2B |
| Octal | 326 | 65 | 3 | 0 | 113 | 143 | 20 | 16 | 141 | 53 |
| Binary | 11010110 | 110101 | 11 | 0 | 1001011 | 1100011 | 10000 | 1110 | 1100001 | 101011 |
Color Harmonies of #D63503
Complementary color
Monochromatic Colors of #D63503
Black with #D63503
Text Example
Text Example
White with #D63503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63503; }
p { color: rgb(214,53,3); }
H1.HeaderClassName
{
color: #D63503;
}
.AnyTagClassName
{
color: #D63503;
}
</style>
background-color css
<style>
a { background-color: #D63503; }
a { background-color: rgb(214,53,3); }
div.DivClassName
{
background-color: #D63503;
}
.BgClassName
{
background-color: #D63503;
}
</style>
border-color css
<style>
span { border-color: #D63503; }
span { border-color: rgb(214,53,3); }
td.TdClassName
{
border-color: #D63503;
}
.TagClassName
{
border-color: #D63503;
}
</style>