Html Css Color HEX #D83C1D Harley Davidson Orange
📋 copy color: '#D83C1D'red 216 ◦ green 60 ◦ blue 29
Shades of Harley Davidson Orange #D83C1D
Tints of Harley Davidson Orange #D83C1D
RGB
CMYK
RGB Variations
Color information
#D83C1D (or 0xD83C1D) is known color: Harley Davidson Orange. HEX triplet: D8, 3C and 1D. RGB value is (216,60,29). Sum of RGB (Red+Green+Blue) = 216+60+29=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83C1D is #27C3E2. Grayscale: #676767. Windows color (decimal): -2606051 or 1916120. OLE color: 1916120.
HSL color Cylindrical-coordinate representation of color #D83C1D: hue angle of 9.95º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D83C1D is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 29 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.15 |
| HSL | 9.95º | 0.76% | 0.48% | - |
| HSV(B) | 9.95º | 0.87% | 0.85% | - |
| XYZ | 30.16 | 17.92 | 3.03 | - |
| YUV | 103.11 | 86.18 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 29 | 0 | 0.72 | 0.87 | 0.15 | 9.95 | 0.76 | 0.48 |
| Hex | D8 | 3C | 1D | 0 | 48 | 57 | F | A | 4C | 30 |
| Octal | 330 | 74 | 35 | 0 | 110 | 127 | 17 | 12 | 114 | 60 |
| Binary | 11011000 | 111100 | 11101 | 0 | 1001000 | 1010111 | 1111 | 1010 | 1001100 | 110000 |
Color Harmonies of #D83C1D
Complementary color
Monochromatic Colors of #D83C1D
Black with #D83C1D
Text Example
Text Example
White with #D83C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C1D; }
p { color: rgb(216,60,29); }
H1.HeaderClassName
{
color: #D83C1D;
}
.AnyTagClassName
{
color: #D83C1D;
}
</style>
background-color css
<style>
a { background-color: #D83C1D; }
a { background-color: rgb(216,60,29); }
div.DivClassName
{
background-color: #D83C1D;
}
.BgClassName
{
background-color: #D83C1D;
}
</style>
border-color css
<style>
span { border-color: #D83C1D; }
span { border-color: rgb(216,60,29); }
td.TdClassName
{
border-color: #D83C1D;
}
.TagClassName
{
border-color: #D83C1D;
}
</style>