Html Css Color HEX #D83C03 Harley Davidson Orange
📋 copy color: '#D83C03'red 216 ◦ green 60 ◦ blue 3
Shades of Harley Davidson Orange #D83C03
Tints of Harley Davidson Orange #D83C03
RGB
CMYK
RGB Variations
Color information
#D83C03 (or 0xD83C03) is known color: Harley Davidson Orange. HEX triplet: D8, 3C and 03. RGB value is (216,60,3). Sum of RGB (Red+Green+Blue) = 216+60+3=279 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.42% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83C03 is #27C3FC. Grayscale: #646464. Windows color (decimal): -2606077 or 212184. OLE color: 212184.
HSL color Cylindrical-coordinate representation of color #D83C03: hue angle of 16.06º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D83C03 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 3 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.15 |
| HSL | 16.06º | 0.97% | 0.43% | - |
| HSV(B) | 16.06º | 0.99% | 0.85% | - |
| XYZ | 29.95 | 17.84 | 1.95 | - |
| YUV | 100.15 | 73.18 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 3 | 0 | 0.72 | 0.99 | 0.15 | 16.06 | 0.97 | 0.43 |
| Hex | D8 | 3C | 3 | 0 | 48 | 63 | F | 10 | 61 | 2B |
| Octal | 330 | 74 | 3 | 0 | 110 | 143 | 17 | 20 | 141 | 53 |
| Binary | 11011000 | 111100 | 11 | 0 | 1001000 | 1100011 | 1111 | 10000 | 1100001 | 101011 |
Color Harmonies of #D83C03
Complementary color
Monochromatic Colors of #D83C03
Black with #D83C03
Text Example
Text Example
White with #D83C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C03; }
p { color: rgb(216,60,3); }
H1.HeaderClassName
{
color: #D83C03;
}
.AnyTagClassName
{
color: #D83C03;
}
</style>
background-color css
<style>
a { background-color: #D83C03; }
a { background-color: rgb(216,60,3); }
div.DivClassName
{
background-color: #D83C03;
}
.BgClassName
{
background-color: #D83C03;
}
</style>
border-color css
<style>
span { border-color: #D83C03; }
span { border-color: rgb(216,60,3); }
td.TdClassName
{
border-color: #D83C03;
}
.TagClassName
{
border-color: #D83C03;
}
</style>