Html Css Color HEX #D63C03 Harley Davidson Orange
📋 copy color: '#D63C03'red 214 ◦ green 60 ◦ blue 3
Shades of Harley Davidson Orange #D63C03
Tints of Harley Davidson Orange #D63C03
RGB
CMYK
RGB Variations
Color information
#D63C03 (or 0xD63C03) is known color: Harley Davidson Orange. HEX triplet: D6, 3C and 03. RGB value is (214,60,3). Sum of RGB (Red+Green+Blue) = 214+60+3=277 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.26% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63C03 is #29C3FC. Grayscale: #636363. Windows color (decimal): -2737149 or 212182. OLE color: 212182.
HSL color Cylindrical-coordinate representation of color #D63C03: hue angle of 16.21º 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 #D63C03 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 3 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.16 |
| HSL | 16.21º | 0.97% | 0.43% | - |
| HSV(B) | 16.21º | 0.99% | 0.84% | - |
| XYZ | 29.36 | 17.53 | 1.92 | - |
| YUV | 99.55 | 73.52 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 3 | 0 | 0.72 | 0.99 | 0.16 | 16.21 | 0.97 | 0.43 |
| Hex | D6 | 3C | 3 | 0 | 48 | 63 | 10 | 10 | 61 | 2B |
| Octal | 326 | 74 | 3 | 0 | 110 | 143 | 20 | 20 | 141 | 53 |
| Binary | 11010110 | 111100 | 11 | 0 | 1001000 | 1100011 | 10000 | 10000 | 1100001 | 101011 |
Color Harmonies of #D63C03
Complementary color
Monochromatic Colors of #D63C03
Black with #D63C03
Text Example
Text Example
White with #D63C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63C03; }
p { color: rgb(214,60,3); }
H1.HeaderClassName
{
color: #D63C03;
}
.AnyTagClassName
{
color: #D63C03;
}
</style>
background-color css
<style>
a { background-color: #D63C03; }
a { background-color: rgb(214,60,3); }
div.DivClassName
{
background-color: #D63C03;
}
.BgClassName
{
background-color: #D63C03;
}
</style>
border-color css
<style>
span { border-color: #D63C03; }
span { border-color: rgb(214,60,3); }
td.TdClassName
{
border-color: #D63C03;
}
.TagClassName
{
border-color: #D63C03;
}
</style>