Html Css Color HEX #D1451C Harley Davidson Orange
📋 copy color: '#D1451C'red 209 ◦ green 69 ◦ blue 28
Shades of Harley Davidson Orange #D1451C
Tints of Harley Davidson Orange #D1451C
RGB
CMYK
RGB Variations
Color information
#D1451C (or 0xD1451C) is known color: Harley Davidson Orange. HEX triplet: D1, 45 and 1C. RGB value is (209,69,28). Sum of RGB (Red+Green+Blue) = 209+69+28=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D1451C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1451C is #2EBAE3. Grayscale: #6A6A6A. Windows color (decimal): -3062500 or 1852881. OLE color: 1852881.
HSL color Cylindrical-coordinate representation of color #D1451C: hue angle of 13.59º degrees, saturation: 0.76, 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 #D1451C is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 28 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.18 |
| HSL | 13.59º | 0.76% | 0.46% | - |
| HSV(B) | 13.59º | 0.87% | 0.82% | - |
| XYZ | 28.63 | 17.9 | 3.04 | - |
| YUV | 106.19 | 83.88 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 28 | 0 | 0.67 | 0.87 | 0.18 | 13.59 | 0.76 | 0.46 |
| Hex | D1 | 45 | 1C | 0 | 43 | 57 | 12 | E | 4C | 2E |
| Octal | 321 | 105 | 34 | 0 | 103 | 127 | 22 | 16 | 114 | 56 |
| Binary | 11010001 | 1000101 | 11100 | 0 | 1000011 | 1010111 | 10010 | 1110 | 1001100 | 101110 |
Color Harmonies of #D1451C
Complementary color
Monochromatic Colors of #D1451C
Black with #D1451C
Text Example
Text Example
White with #D1451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1451C; }
p { color: rgb(209,69,28); }
H1.HeaderClassName
{
color: #D1451C;
}
.AnyTagClassName
{
color: #D1451C;
}
</style>
background-color css
<style>
a { background-color: #D1451C; }
a { background-color: rgb(209,69,28); }
div.DivClassName
{
background-color: #D1451C;
}
.BgClassName
{
background-color: #D1451C;
}
</style>
border-color css
<style>
span { border-color: #D1451C; }
span { border-color: rgb(209,69,28); }
td.TdClassName
{
border-color: #D1451C;
}
.TagClassName
{
border-color: #D1451C;
}
</style>