Html Css Color HEX #D23508 Harley Davidson Orange
📋 copy color: '#D23508'red 210 ◦ green 53 ◦ blue 8
Shades of Harley Davidson Orange #D23508
Tints of Harley Davidson Orange #D23508
RGB
CMYK
RGB Variations
Color information
#D23508 (or 0xD23508) is known color: Harley Davidson Orange. HEX triplet: D2, 35 and 08. RGB value is (210,53,8). Sum of RGB (Red+Green+Blue) = 210+53+8=271 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.49% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 210 - color contains mainly: red. Hex color #D23508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23508 is #2DCAF7. Grayscale: #5F5F5F. Windows color (decimal): -3001080 or 538066. OLE color: 538066.
HSL color Cylindrical-coordinate representation of color #D23508: hue angle of 13.37º 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 #D23508 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 8 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.18 |
| HSL | 13.37º | 0.93% | 0.43% | - |
| HSV(B) | 13.37º | 0.96% | 0.82% | - |
| XYZ | 27.9 | 16.27 | 1.9 | - |
| YUV | 94.81 | 79.01 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 8 | 0 | 0.75 | 0.96 | 0.18 | 13.37 | 0.93 | 0.43 |
| Hex | D2 | 35 | 8 | 0 | 4B | 60 | 12 | D | 5D | 2B |
| Octal | 322 | 65 | 10 | 0 | 113 | 140 | 22 | 15 | 135 | 53 |
| Binary | 11010010 | 110101 | 1000 | 0 | 1001011 | 1100000 | 10010 | 1101 | 1011101 | 101011 |
Color Harmonies of #D23508
Complementary color
Monochromatic Colors of #D23508
Black with #D23508
Text Example
Text Example
White with #D23508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23508; }
p { color: rgb(210,53,8); }
H1.HeaderClassName
{
color: #D23508;
}
.AnyTagClassName
{
color: #D23508;
}
</style>
background-color css
<style>
a { background-color: #D23508; }
a { background-color: rgb(210,53,8); }
div.DivClassName
{
background-color: #D23508;
}
.BgClassName
{
background-color: #D23508;
}
</style>
border-color css
<style>
span { border-color: #D23508; }
span { border-color: rgb(210,53,8); }
td.TdClassName
{
border-color: #D23508;
}
.TagClassName
{
border-color: #D23508;
}
</style>