Html Css Color HEX #D23610 Harley Davidson Orange
📋 copy color: '#D23610'red 210 ◦ green 54 ◦ blue 16
Shades of Harley Davidson Orange #D23610
Tints of Harley Davidson Orange #D23610
RGB
CMYK
RGB Variations
Color information
#D23610 (or 0xD23610) is known color: Harley Davidson Orange. HEX triplet: D2, 36 and 10. RGB value is (210,54,16). Sum of RGB (Red+Green+Blue) = 210+54+16=280 (37% of max value = 765). Red value is 210 (82.42% from 255 or 75% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 210 - color contains mainly: red. Hex color #D23610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23610 is #2DC9EF. Grayscale: #606060. Windows color (decimal): -3000816 or 1062610. OLE color: 1062610.
HSL color Cylindrical-coordinate representation of color #D23610: hue angle of 11.75º 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 #D23610 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 16 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.18 |
| HSL | 11.75º | 0.86% | 0.44% | - |
| HSV(B) | 11.75º | 0.92% | 0.82% | - |
| XYZ | 27.99 | 16.38 | 2.18 | - |
| YUV | 96.31 | 82.68 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 16 | 0 | 0.74 | 0.92 | 0.18 | 11.75 | 0.86 | 0.44 |
| Hex | D2 | 36 | 10 | 0 | 4A | 5C | 12 | C | 56 | 2C |
| Octal | 322 | 66 | 20 | 0 | 112 | 134 | 22 | 14 | 126 | 54 |
| Binary | 11010010 | 110110 | 10000 | 0 | 1001010 | 1011100 | 10010 | 1100 | 1010110 | 101100 |
Color Harmonies of #D23610
Complementary color
Monochromatic Colors of #D23610
Black with #D23610
Text Example
Text Example
White with #D23610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23610; }
p { color: rgb(210,54,16); }
H1.HeaderClassName
{
color: #D23610;
}
.AnyTagClassName
{
color: #D23610;
}
</style>
background-color css
<style>
a { background-color: #D23610; }
a { background-color: rgb(210,54,16); }
div.DivClassName
{
background-color: #D23610;
}
.BgClassName
{
background-color: #D23610;
}
</style>
border-color css
<style>
span { border-color: #D23610; }
span { border-color: rgb(210,54,16); }
td.TdClassName
{
border-color: #D23610;
}
.TagClassName
{
border-color: #D23610;
}
</style>