Html Css Color HEX #D63003 Harley Davidson Orange
📋 copy color: '#D63003'red 214 ◦ green 48 ◦ blue 3
Shades of Harley Davidson Orange #D63003
Tints of Harley Davidson Orange #D63003
RGB
CMYK
RGB Variations
Color information
#D63003 (or 0xD63003) is known color: Harley Davidson Orange. HEX triplet: D6, 30 and 03. RGB value is (214,48,3). Sum of RGB (Red+Green+Blue) = 214+48+3=265 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.75% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 214 - color contains mainly: red. Hex color #D63003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63003 is #29CFFC. Grayscale: #5C5C5C. Windows color (decimal): -2740221 or 209110. OLE color: 209110.
HSL color Cylindrical-coordinate representation of color #D63003: hue angle of 12.8º 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 #D63003 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 48 | 3 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.16 |
| HSL | 12.8º | 0.97% | 0.43% | - |
| HSV(B) | 12.8º | 0.99% | 0.84% | - |
| XYZ | 28.8 | 16.42 | 1.74 | - |
| YUV | 92.5 | 77.5 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 3 | 0 | 0.78 | 0.99 | 0.16 | 12.8 | 0.97 | 0.43 |
| Hex | D6 | 30 | 3 | 0 | 4E | 63 | 10 | D | 61 | 2B |
| Octal | 326 | 60 | 3 | 0 | 116 | 143 | 20 | 15 | 141 | 53 |
| Binary | 11010110 | 110000 | 11 | 0 | 1001110 | 1100011 | 10000 | 1101 | 1100001 | 101011 |
Color Harmonies of #D63003
Complementary color
Monochromatic Colors of #D63003
Black with #D63003
Text Example
Text Example
White with #D63003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63003; }
p { color: rgb(214,48,3); }
H1.HeaderClassName
{
color: #D63003;
}
.AnyTagClassName
{
color: #D63003;
}
</style>
background-color css
<style>
a { background-color: #D63003; }
a { background-color: rgb(214,48,3); }
div.DivClassName
{
background-color: #D63003;
}
.BgClassName
{
background-color: #D63003;
}
</style>
border-color css
<style>
span { border-color: #D63003; }
span { border-color: rgb(214,48,3); }
td.TdClassName
{
border-color: #D63003;
}
.TagClassName
{
border-color: #D63003;
}
</style>