Html Css Color HEX #D63603 Harley Davidson Orange
📋 copy color: '#D63603'red 214 ◦ green 54 ◦ blue 3
Shades of Harley Davidson Orange #D63603
Tints of Harley Davidson Orange #D63603
RGB
CMYK
RGB Variations
Color information
#D63603 (or 0xD63603) is known color: Harley Davidson Orange. HEX triplet: D6, 36 and 03. RGB value is (214,54,3). Sum of RGB (Red+Green+Blue) = 214+54+3=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D63603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63603 is #29C9FC. Grayscale: #606060. Windows color (decimal): -2738685 or 210646. OLE color: 210646.
HSL color Cylindrical-coordinate representation of color #D63603: hue angle of 14.5º 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 #D63603 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 3 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.16 |
| HSL | 14.5º | 0.97% | 0.43% | - |
| HSV(B) | 14.5º | 0.99% | 0.84% | - |
| XYZ | 29.07 | 16.94 | 1.82 | - |
| YUV | 96.03 | 75.51 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 3 | 0 | 0.75 | 0.99 | 0.16 | 14.5 | 0.97 | 0.43 |
| Hex | D6 | 36 | 3 | 0 | 4B | 63 | 10 | F | 61 | 2B |
| Octal | 326 | 66 | 3 | 0 | 113 | 143 | 20 | 17 | 141 | 53 |
| Binary | 11010110 | 110110 | 11 | 0 | 1001011 | 1100011 | 10000 | 1111 | 1100001 | 101011 |
Color Harmonies of #D63603
Complementary color
Monochromatic Colors of #D63603
Black with #D63603
Text Example
Text Example
White with #D63603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63603; }
p { color: rgb(214,54,3); }
H1.HeaderClassName
{
color: #D63603;
}
.AnyTagClassName
{
color: #D63603;
}
</style>
background-color css
<style>
a { background-color: #D63603; }
a { background-color: rgb(214,54,3); }
div.DivClassName
{
background-color: #D63603;
}
.BgClassName
{
background-color: #D63603;
}
</style>
border-color css
<style>
span { border-color: #D63603; }
span { border-color: rgb(214,54,3); }
td.TdClassName
{
border-color: #D63603;
}
.TagClassName
{
border-color: #D63603;
}
</style>