Html Css Color HEX #D23708 Harley Davidson Orange
📋 copy color: '#D23708'red 210 ◦ green 55 ◦ blue 8
Shades of Harley Davidson Orange #D23708
Tints of Harley Davidson Orange #D23708
RGB
CMYK
RGB Variations
Color information
#D23708 (or 0xD23708) is known color: Harley Davidson Orange. HEX triplet: D2, 37 and 08. RGB value is (210,55,8). Sum of RGB (Red+Green+Blue) = 210+55+8=273 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.92% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 210 - color contains mainly: red. Hex color #D23708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23708 is #2DC8F7. Grayscale: #606060. Windows color (decimal): -3000568 or 538578. OLE color: 538578.
HSL color Cylindrical-coordinate representation of color #D23708: hue angle of 13.96º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D23708 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 8 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.18 |
| HSL | 13.96º | 0.93% | 0.43% | - |
| HSV(B) | 13.96º | 0.96% | 0.82% | - |
| XYZ | 27.99 | 16.45 | 1.93 | - |
| YUV | 95.99 | 78.35 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 8 | 0 | 0.74 | 0.96 | 0.18 | 13.96 | 0.93 | 0.43 |
| Hex | D2 | 37 | 8 | 0 | 4A | 60 | 12 | E | 5D | 2B |
| Octal | 322 | 67 | 10 | 0 | 112 | 140 | 22 | 16 | 135 | 53 |
| Binary | 11010010 | 110111 | 1000 | 0 | 1001010 | 1100000 | 10010 | 1110 | 1011101 | 101011 |
Color Harmonies of #D23708
Complementary color
Monochromatic Colors of #D23708
Black with #D23708
Text Example
Text Example
White with #D23708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23708; }
p { color: rgb(210,55,8); }
H1.HeaderClassName
{
color: #D23708;
}
.AnyTagClassName
{
color: #D23708;
}
</style>
background-color css
<style>
a { background-color: #D23708; }
a { background-color: rgb(210,55,8); }
div.DivClassName
{
background-color: #D23708;
}
.BgClassName
{
background-color: #D23708;
}
</style>
border-color css
<style>
span { border-color: #D23708; }
span { border-color: rgb(210,55,8); }
td.TdClassName
{
border-color: #D23708;
}
.TagClassName
{
border-color: #D23708;
}
</style>