Html Css Color HEX #D1331C Harley Davidson Orange
📋 copy color: '#D1331C'red 209 ◦ green 51 ◦ blue 28
Shades of Harley Davidson Orange #D1331C
Tints of Harley Davidson Orange #D1331C
RGB
CMYK
RGB Variations
Color information
#D1331C (or 0xD1331C) is known color: Harley Davidson Orange. HEX triplet: D1, 33 and 1C. RGB value is (209,51,28). Sum of RGB (Red+Green+Blue) = 209+51+28=288 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.57% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 209 - color contains mainly: red. Hex color #D1331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1331C is #2ECCE3. Grayscale: #5F5F5F. Windows color (decimal): -3067108 or 1848273. OLE color: 1848273.
HSL color Cylindrical-coordinate representation of color #D1331C: hue angle of 7.62º 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 #D1331C is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 28 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.18 |
| HSL | 7.62º | 0.76% | 0.46% | - |
| HSV(B) | 7.62º | 0.87% | 0.82% | - |
| XYZ | 27.69 | 16.01 | 2.73 | - |
| YUV | 95.62 | 89.85 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 28 | 0 | 0.76 | 0.87 | 0.18 | 7.62 | 0.76 | 0.46 |
| Hex | D1 | 33 | 1C | 0 | 4C | 57 | 12 | 8 | 4C | 2E |
| Octal | 321 | 63 | 34 | 0 | 114 | 127 | 22 | 10 | 114 | 56 |
| Binary | 11010001 | 110011 | 11100 | 0 | 1001100 | 1010111 | 10010 | 1000 | 1001100 | 101110 |
Color Harmonies of #D1331C
Complementary color
Monochromatic Colors of #D1331C
Black with #D1331C
Text Example
Text Example
White with #D1331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1331C; }
p { color: rgb(209,51,28); }
H1.HeaderClassName
{
color: #D1331C;
}
.AnyTagClassName
{
color: #D1331C;
}
</style>
background-color css
<style>
a { background-color: #D1331C; }
a { background-color: rgb(209,51,28); }
div.DivClassName
{
background-color: #D1331C;
}
.BgClassName
{
background-color: #D1331C;
}
</style>
border-color css
<style>
span { border-color: #D1331C; }
span { border-color: rgb(209,51,28); }
td.TdClassName
{
border-color: #D1331C;
}
.TagClassName
{
border-color: #D1331C;
}
</style>