Html Css Color HEX #D83C05 Harley Davidson Orange
📋 copy color: '#D83C05'red 216 ◦ green 60 ◦ blue 5
Shades of Harley Davidson Orange #D83C05
Tints of Harley Davidson Orange #D83C05
RGB
CMYK
RGB Variations
Color information
#D83C05 (or 0xD83C05) is known color: Harley Davidson Orange. HEX triplet: D8, 3C and 05. RGB value is (216,60,5). Sum of RGB (Red+Green+Blue) = 216+60+5=281 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.87% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83C05 is #27C3FA. Grayscale: #646464. Windows color (decimal): -2606075 or 343256. OLE color: 343256.
HSL color Cylindrical-coordinate representation of color #D83C05: hue angle of 15.64º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D83C05 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 5 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.15 |
| HSL | 15.64º | 0.95% | 0.43% | - |
| HSV(B) | 15.64º | 0.98% | 0.85% | - |
| XYZ | 29.96 | 17.84 | 2.01 | - |
| YUV | 100.37 | 74.18 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 5 | 0 | 0.72 | 0.98 | 0.15 | 15.64 | 0.95 | 0.43 |
| Hex | D8 | 3C | 5 | 0 | 48 | 62 | F | 10 | 5F | 2B |
| Octal | 330 | 74 | 5 | 0 | 110 | 142 | 17 | 20 | 137 | 53 |
| Binary | 11011000 | 111100 | 101 | 0 | 1001000 | 1100010 | 1111 | 10000 | 1011111 | 101011 |
Color Harmonies of #D83C05
Complementary color
Monochromatic Colors of #D83C05
Black with #D83C05
Text Example
Text Example
White with #D83C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C05; }
p { color: rgb(216,60,5); }
H1.HeaderClassName
{
color: #D83C05;
}
.AnyTagClassName
{
color: #D83C05;
}
</style>
background-color css
<style>
a { background-color: #D83C05; }
a { background-color: rgb(216,60,5); }
div.DivClassName
{
background-color: #D83C05;
}
.BgClassName
{
background-color: #D83C05;
}
</style>
border-color css
<style>
span { border-color: #D83C05; }
span { border-color: rgb(216,60,5); }
td.TdClassName
{
border-color: #D83C05;
}
.TagClassName
{
border-color: #D83C05;
}
</style>