Html Css Color HEX #D23810 Harley Davidson Orange
📋 copy color: '#D23810'red 210 ◦ green 56 ◦ blue 16
Shades of Harley Davidson Orange #D23810
Tints of Harley Davidson Orange #D23810
RGB
CMYK
RGB Variations
Color information
#D23810 (or 0xD23810) is known color: Harley Davidson Orange. HEX triplet: D2, 38 and 10. RGB value is (210,56,16). Sum of RGB (Red+Green+Blue) = 210+56+16=282 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.47% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 210 - color contains mainly: red. Hex color #D23810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23810 is #2DC7EF. Grayscale: #616161. Windows color (decimal): -3000304 or 1063122. OLE color: 1063122.
HSL color Cylindrical-coordinate representation of color #D23810: hue angle of 12.37º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D23810 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 16 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.18 |
| HSL | 12.37º | 0.86% | 0.44% | - |
| HSV(B) | 12.37º | 0.92% | 0.82% | - |
| XYZ | 28.09 | 16.57 | 2.21 | - |
| YUV | 97.49 | 82.02 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 16 | 0 | 0.73 | 0.92 | 0.18 | 12.37 | 0.86 | 0.44 |
| Hex | D2 | 38 | 10 | 0 | 49 | 5C | 12 | C | 56 | 2C |
| Octal | 322 | 70 | 20 | 0 | 111 | 134 | 22 | 14 | 126 | 54 |
| Binary | 11010010 | 111000 | 10000 | 0 | 1001001 | 1011100 | 10010 | 1100 | 1010110 | 101100 |
Color Harmonies of #D23810
Complementary color
Monochromatic Colors of #D23810
Black with #D23810
Text Example
Text Example
White with #D23810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23810; }
p { color: rgb(210,56,16); }
H1.HeaderClassName
{
color: #D23810;
}
.AnyTagClassName
{
color: #D23810;
}
</style>
background-color css
<style>
a { background-color: #D23810; }
a { background-color: rgb(210,56,16); }
div.DivClassName
{
background-color: #D23810;
}
.BgClassName
{
background-color: #D23810;
}
</style>
border-color css
<style>
span { border-color: #D23810; }
span { border-color: rgb(210,56,16); }
td.TdClassName
{
border-color: #D23810;
}
.TagClassName
{
border-color: #D23810;
}
</style>