Html Css Color HEX #D23500 Harley Davidson Orange
📋 copy color: '#D23500'red 210 ◦ green 53 ◦ blue 0
Shades of Harley Davidson Orange #D23500
Tints of Harley Davidson Orange #D23500
RGB
CMYK
RGB Variations
Color information
#D23500 (or 0xD23500) is known color: Harley Davidson Orange. HEX triplet: D2, 35 and 00. RGB value is (210,53,0). Sum of RGB (Red+Green+Blue) = 210+53+0=263 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.85% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 210 - color contains mainly: red. Hex color #D23500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23500 is #2DCAFF. Grayscale: #5E5E5E. Windows color (decimal): -3001088 or 13778. OLE color: 13778.
HSL color Cylindrical-coordinate representation of color #D23500: hue angle of 15.14º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D23500 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.18 |
| HSL | 15.14º | 1% | 0.41% | - |
| HSV(B) | 15.14º | 1% | 0.82% | - |
| XYZ | 27.85 | 16.25 | 1.67 | - |
| YUV | 93.9 | 75.01 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 0 | 0 | 0.75 | 1 | 0.18 | 15.14 | 1 | 0.41 |
| Hex | D2 | 35 | 0 | 0 | 4B | 64 | 12 | F | 64 | 29 |
| Octal | 322 | 65 | 0 | 0 | 113 | 144 | 22 | 17 | 144 | 51 |
| Binary | 11010010 | 110101 | 0 | 0 | 1001011 | 1100100 | 10010 | 1111 | 1100100 | 101001 |
Color Harmonies of #D23500
Complementary color
Monochromatic Colors of #D23500
Black with #D23500
Text Example
Text Example
White with #D23500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23500; }
p { color: rgb(210,53,0); }
H1.HeaderClassName
{
color: #D23500;
}
.AnyTagClassName
{
color: #D23500;
}
</style>
background-color css
<style>
a { background-color: #D23500; }
a { background-color: rgb(210,53,0); }
div.DivClassName
{
background-color: #D23500;
}
.BgClassName
{
background-color: #D23500;
}
</style>
border-color css
<style>
span { border-color: #D23500; }
span { border-color: rgb(210,53,0); }
td.TdClassName
{
border-color: #D23500;
}
.TagClassName
{
border-color: #D23500;
}
</style>