Html Css Color HEX #D93D1B Harley Davidson Orange
📋 copy color: '#D93D1B'red 217 ◦ green 61 ◦ blue 27
Shades of Harley Davidson Orange #D93D1B
Tints of Harley Davidson Orange #D93D1B
RGB
CMYK
RGB Variations
Color information
#D93D1B (or 0xD93D1B) is known color: Harley Davidson Orange. HEX triplet: D9, 3D and 1B. RGB value is (217,61,27). Sum of RGB (Red+Green+Blue) = 217+61+27=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93D1B is #26C2E4. Grayscale: #686868. Windows color (decimal): -2540261 or 1785305. OLE color: 1785305.
HSL color Cylindrical-coordinate representation of color #D93D1B: hue angle of 10.74º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D93D1B is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 27 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.15 |
| HSL | 10.74º | 0.78% | 0.48% | - |
| HSV(B) | 10.74º | 0.88% | 0.85% | - |
| XYZ | 30.48 | 18.17 | 2.94 | - |
| YUV | 103.77 | 84.68 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 27 | 0 | 0.72 | 0.88 | 0.15 | 10.74 | 0.78 | 0.48 |
| Hex | D9 | 3D | 1B | 0 | 48 | 58 | F | B | 4E | 30 |
| Octal | 331 | 75 | 33 | 0 | 110 | 130 | 17 | 13 | 116 | 60 |
| Binary | 11011001 | 111101 | 11011 | 0 | 1001000 | 1011000 | 1111 | 1011 | 1001110 | 110000 |
Color Harmonies of #D93D1B
Complementary color
Monochromatic Colors of #D93D1B
Black with #D93D1B
Text Example
Text Example
White with #D93D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93D1B; }
p { color: rgb(217,61,27); }
H1.HeaderClassName
{
color: #D93D1B;
}
.AnyTagClassName
{
color: #D93D1B;
}
</style>
background-color css
<style>
a { background-color: #D93D1B; }
a { background-color: rgb(217,61,27); }
div.DivClassName
{
background-color: #D93D1B;
}
.BgClassName
{
background-color: #D93D1B;
}
</style>
border-color css
<style>
span { border-color: #D93D1B; }
span { border-color: rgb(217,61,27); }
td.TdClassName
{
border-color: #D93D1B;
}
.TagClassName
{
border-color: #D93D1B;
}
</style>