Html Css Color HEX #D23716 Harley Davidson Orange
📋 copy color: '#D23716'red 210 ◦ green 55 ◦ blue 22
Shades of Harley Davidson Orange #D23716
Tints of Harley Davidson Orange #D23716
RGB
CMYK
RGB Variations
Color information
#D23716 (or 0xD23716) is known color: Harley Davidson Orange. HEX triplet: D2, 37 and 16. RGB value is (210,55,22). Sum of RGB (Red+Green+Blue) = 210+55+22=287 (38% of max value = 765). Red value is 210 (82.42% from 255 or 73.17% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 210 - color contains mainly: red. Hex color #D23716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23716 is #2DC8E9. Grayscale: #616161. Windows color (decimal): -3000554 or 1456082. OLE color: 1456082.
HSL color Cylindrical-coordinate representation of color #D23716: hue angle of 10.53º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D23716 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 22 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.18 |
| HSL | 10.53º | 0.81% | 0.45% | - |
| HSV(B) | 10.53º | 0.9% | 0.82% | - |
| XYZ | 28.09 | 16.49 | 2.46 | - |
| YUV | 97.58 | 85.35 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 22 | 0 | 0.74 | 0.90 | 0.18 | 10.53 | 0.81 | 0.45 |
| Hex | D2 | 37 | 16 | 0 | 4A | 5A | 12 | B | 51 | 2D |
| Octal | 322 | 67 | 26 | 0 | 112 | 132 | 22 | 13 | 121 | 55 |
| Binary | 11010010 | 110111 | 10110 | 0 | 1001010 | 1011010 | 10010 | 1011 | 1010001 | 101101 |
Color Harmonies of #D23716
Complementary color
Monochromatic Colors of #D23716
Black with #D23716
Text Example
Text Example
White with #D23716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23716; }
p { color: rgb(210,55,22); }
H1.HeaderClassName
{
color: #D23716;
}
.AnyTagClassName
{
color: #D23716;
}
</style>
background-color css
<style>
a { background-color: #D23716; }
a { background-color: rgb(210,55,22); }
div.DivClassName
{
background-color: #D23716;
}
.BgClassName
{
background-color: #D23716;
}
</style>
border-color css
<style>
span { border-color: #D23716; }
span { border-color: rgb(210,55,22); }
td.TdClassName
{
border-color: #D23716;
}
.TagClassName
{
border-color: #D23716;
}
</style>