Html Css Color HEX #D1201B Harley Davidson Orange
📋 copy color: '#D1201B'red 209 ◦ green 32 ◦ blue 27
Shades of Harley Davidson Orange #D1201B
Tints of Harley Davidson Orange #D1201B
RGB
CMYK
RGB Variations
Color information
#D1201B (or 0xD1201B) is known color: Harley Davidson Orange. HEX triplet: D1, 20 and 1B. RGB value is (209,32,27). Sum of RGB (Red+Green+Blue) = 209+32+27=268 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.99% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 209 - color contains mainly: red. Hex color #D1201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1201B is #2EDFE4. Grayscale: #545454. Windows color (decimal): -3071973 or 1777873. OLE color: 1777873.
HSL color Cylindrical-coordinate representation of color #D1201B: hue angle of 1.65º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1201B is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 27 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.18 |
| HSL | 1.65º | 0.77% | 0.46% | - |
| HSV(B) | 1.65º | 0.87% | 0.82% | - |
| XYZ | 27.01 | 14.67 | 2.44 | - |
| YUV | 84.35 | 95.64 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 27 | 0 | 0.85 | 0.87 | 0.18 | 1.65 | 0.77 | 0.46 |
| Hex | D1 | 20 | 1B | 0 | 55 | 57 | 12 | 2 | 4D | 2E |
| Octal | 321 | 40 | 33 | 0 | 125 | 127 | 22 | 2 | 115 | 56 |
| Binary | 11010001 | 100000 | 11011 | 0 | 1010101 | 1010111 | 10010 | 10 | 1001101 | 101110 |
Color Harmonies of #D1201B
Complementary color
Monochromatic Colors of #D1201B
Black with #D1201B
Text Example
Text Example
White with #D1201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1201B; }
p { color: rgb(209,32,27); }
H1.HeaderClassName
{
color: #D1201B;
}
.AnyTagClassName
{
color: #D1201B;
}
</style>
background-color css
<style>
a { background-color: #D1201B; }
a { background-color: rgb(209,32,27); }
div.DivClassName
{
background-color: #D1201B;
}
.BgClassName
{
background-color: #D1201B;
}
</style>
border-color css
<style>
span { border-color: #D1201B; }
span { border-color: rgb(209,32,27); }
td.TdClassName
{
border-color: #D1201B;
}
.TagClassName
{
border-color: #D1201B;
}
</style>