Html Css Color HEX #D63403 Harley Davidson Orange
📋 copy color: '#D63403'red 214 ◦ green 52 ◦ blue 3
Shades of Harley Davidson Orange #D63403
Tints of Harley Davidson Orange #D63403
RGB
CMYK
RGB Variations
Color information
#D63403 (or 0xD63403) is known color: Harley Davidson Orange. HEX triplet: D6, 34 and 03. RGB value is (214,52,3). Sum of RGB (Red+Green+Blue) = 214+52+3=269 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.55% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 214 - color contains mainly: red. Hex color #D63403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63403 is #29CBFC. Grayscale: #5F5F5F. Windows color (decimal): -2739197 or 210134. OLE color: 210134.
HSL color Cylindrical-coordinate representation of color #D63403: hue angle of 13.93º 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 #D63403 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 3 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.16 |
| HSL | 13.93º | 0.97% | 0.43% | - |
| HSV(B) | 13.93º | 0.99% | 0.84% | - |
| XYZ | 28.98 | 16.76 | 1.79 | - |
| YUV | 94.85 | 76.17 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 3 | 0 | 0.76 | 0.99 | 0.16 | 13.93 | 0.97 | 0.43 |
| Hex | D6 | 34 | 3 | 0 | 4C | 63 | 10 | E | 61 | 2B |
| Octal | 326 | 64 | 3 | 0 | 114 | 143 | 20 | 16 | 141 | 53 |
| Binary | 11010110 | 110100 | 11 | 0 | 1001100 | 1100011 | 10000 | 1110 | 1100001 | 101011 |
Color Harmonies of #D63403
Complementary color
Monochromatic Colors of #D63403
Black with #D63403
Text Example
Text Example
White with #D63403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63403; }
p { color: rgb(214,52,3); }
H1.HeaderClassName
{
color: #D63403;
}
.AnyTagClassName
{
color: #D63403;
}
</style>
background-color css
<style>
a { background-color: #D63403; }
a { background-color: rgb(214,52,3); }
div.DivClassName
{
background-color: #D63403;
}
.BgClassName
{
background-color: #D63403;
}
</style>
border-color css
<style>
span { border-color: #D63403; }
span { border-color: rgb(214,52,3); }
td.TdClassName
{
border-color: #D63403;
}
.TagClassName
{
border-color: #D63403;
}
</style>