Html Css Color HEX #D1451B Harley Davidson Orange
📋 copy color: '#D1451B'red 209 ◦ green 69 ◦ blue 27
Shades of Harley Davidson Orange #D1451B
Tints of Harley Davidson Orange #D1451B
RGB
CMYK
RGB Variations
Color information
#D1451B (or 0xD1451B) is known color: Harley Davidson Orange. HEX triplet: D1, 45 and 1B. RGB value is (209,69,27). Sum of RGB (Red+Green+Blue) = 209+69+27=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D1451B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1451B is #2EBAE4. Grayscale: #6A6A6A. Windows color (decimal): -3062501 or 1787345. OLE color: 1787345.
HSL color Cylindrical-coordinate representation of color #D1451B: hue angle of 13.85º 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 #D1451B is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 27 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.18 |
| HSL | 13.85º | 0.77% | 0.46% | - |
| HSV(B) | 13.85º | 0.87% | 0.82% | - |
| XYZ | 28.62 | 17.89 | 2.98 | - |
| YUV | 106.07 | 83.38 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 27 | 0 | 0.67 | 0.87 | 0.18 | 13.85 | 0.77 | 0.46 |
| Hex | D1 | 45 | 1B | 0 | 43 | 57 | 12 | E | 4D | 2E |
| Octal | 321 | 105 | 33 | 0 | 103 | 127 | 22 | 16 | 115 | 56 |
| Binary | 11010001 | 1000101 | 11011 | 0 | 1000011 | 1010111 | 10010 | 1110 | 1001101 | 101110 |
Color Harmonies of #D1451B
Complementary color
Monochromatic Colors of #D1451B
Black with #D1451B
Text Example
Text Example
White with #D1451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1451B; }
p { color: rgb(209,69,27); }
H1.HeaderClassName
{
color: #D1451B;
}
.AnyTagClassName
{
color: #D1451B;
}
</style>
background-color css
<style>
a { background-color: #D1451B; }
a { background-color: rgb(209,69,27); }
div.DivClassName
{
background-color: #D1451B;
}
.BgClassName
{
background-color: #D1451B;
}
</style>
border-color css
<style>
span { border-color: #D1451B; }
span { border-color: rgb(209,69,27); }
td.TdClassName
{
border-color: #D1451B;
}
.TagClassName
{
border-color: #D1451B;
}
</style>