Html Css Color HEX #D23811 Harley Davidson Orange
📋 copy color: '#D23811'red 210 ◦ green 56 ◦ blue 17
Shades of Harley Davidson Orange #D23811
Tints of Harley Davidson Orange #D23811
RGB
CMYK
RGB Variations
Color information
#D23811 (or 0xD23811) is known color: Harley Davidson Orange. HEX triplet: D2, 38 and 11. RGB value is (210,56,17). Sum of RGB (Red+Green+Blue) = 210+56+17=283 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.20% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 210 - color contains mainly: red. Hex color #D23811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23811 is #2DC7EE. Grayscale: #616161. Windows color (decimal): -3000303 or 1128658. OLE color: 1128658.
HSL color Cylindrical-coordinate representation of color #D23811: hue angle of 12.12º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D23811 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 17 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.18 |
| HSL | 12.12º | 0.85% | 0.45% | - |
| HSV(B) | 12.12º | 0.92% | 0.82% | - |
| XYZ | 28.09 | 16.57 | 2.25 | - |
| YUV | 97.6 | 82.52 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 17 | 0 | 0.73 | 0.92 | 0.18 | 12.12 | 0.85 | 0.45 |
| Hex | D2 | 38 | 11 | 0 | 49 | 5C | 12 | C | 55 | 2D |
| Octal | 322 | 70 | 21 | 0 | 111 | 134 | 22 | 14 | 125 | 55 |
| Binary | 11010010 | 111000 | 10001 | 0 | 1001001 | 1011100 | 10010 | 1100 | 1010101 | 101101 |
Color Harmonies of #D23811
Complementary color
Monochromatic Colors of #D23811
Black with #D23811
Text Example
Text Example
White with #D23811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23811; }
p { color: rgb(210,56,17); }
H1.HeaderClassName
{
color: #D23811;
}
.AnyTagClassName
{
color: #D23811;
}
</style>
background-color css
<style>
a { background-color: #D23811; }
a { background-color: rgb(210,56,17); }
div.DivClassName
{
background-color: #D23811;
}
.BgClassName
{
background-color: #D23811;
}
</style>
border-color css
<style>
span { border-color: #D23811; }
span { border-color: rgb(210,56,17); }
td.TdClassName
{
border-color: #D23811;
}
.TagClassName
{
border-color: #D23811;
}
</style>