Html Css Color HEX #D1230D Harley Davidson Orange
📋 copy color: '#D1230D'red 209 ◦ green 35 ◦ blue 13
Shades of Harley Davidson Orange #D1230D
Tints of Harley Davidson Orange #D1230D
RGB
CMYK
RGB Variations
Color information
#D1230D (or 0xD1230D) is known color: Harley Davidson Orange. HEX triplet: D1, 23 and 0D. RGB value is (209,35,13). Sum of RGB (Red+Green+Blue) = 209+35+13=257 (34% of max value = 765). Red value is 209 (82.03% from 255 or 81.32% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 209 - color contains mainly: red. Hex color #D1230D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1230D is #2EDCF2. Grayscale: #545454. Windows color (decimal): -3071219 or 861137. OLE color: 861137.
HSL color Cylindrical-coordinate representation of color #D1230D: hue angle of 6.73º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1230D is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 35 | 13 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.18 |
| HSL | 6.73º | 0.88% | 0.44% | - |
| HSV(B) | 6.73º | 0.94% | 0.82% | - |
| XYZ | 26.97 | 14.79 | 1.81 | - |
| YUV | 84.52 | 87.65 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 13 | 0 | 0.83 | 0.94 | 0.18 | 6.73 | 0.88 | 0.44 |
| Hex | D1 | 23 | D | 0 | 53 | 5E | 12 | 7 | 58 | 2C |
| Octal | 321 | 43 | 15 | 0 | 123 | 136 | 22 | 7 | 130 | 54 |
| Binary | 11010001 | 100011 | 1101 | 0 | 1010011 | 1011110 | 10010 | 111 | 1011000 | 101100 |
Color Harmonies of #D1230D
Complementary color
Monochromatic Colors of #D1230D
Black with #D1230D
Text Example
Text Example
White with #D1230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1230D; }
p { color: rgb(209,35,13); }
H1.HeaderClassName
{
color: #D1230D;
}
.AnyTagClassName
{
color: #D1230D;
}
</style>
background-color css
<style>
a { background-color: #D1230D; }
a { background-color: rgb(209,35,13); }
div.DivClassName
{
background-color: #D1230D;
}
.BgClassName
{
background-color: #D1230D;
}
</style>
border-color css
<style>
span { border-color: #D1230D; }
span { border-color: rgb(209,35,13); }
td.TdClassName
{
border-color: #D1230D;
}
.TagClassName
{
border-color: #D1230D;
}
</style>