Html Css Color HEX #D23502 Harley Davidson Orange
📋 copy color: '#D23502'red 210 ◦ green 53 ◦ blue 2
Shades of Harley Davidson Orange #D23502
Tints of Harley Davidson Orange #D23502
RGB
CMYK
RGB Variations
Color information
#D23502 (or 0xD23502) is known color: Harley Davidson Orange. HEX triplet: D2, 35 and 02. RGB value is (210,53,2). Sum of RGB (Red+Green+Blue) = 210+53+2=265 (35% of max value = 765). Red value is 210 (82.42% from 255 or 79.25% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 210 - color contains mainly: red. Hex color #D23502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23502 is #2DCAFD. Grayscale: #5E5E5E. Windows color (decimal): -3001086 or 144850. OLE color: 144850.
HSL color Cylindrical-coordinate representation of color #D23502: hue angle of 14.71º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D23502 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.18 |
| HSL | 14.71º | 0.98% | 0.42% | - |
| HSV(B) | 14.71º | 0.99% | 0.82% | - |
| XYZ | 27.86 | 16.25 | 1.73 | - |
| YUV | 94.13 | 76.01 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 2 | 0 | 0.75 | 0.99 | 0.18 | 14.71 | 0.98 | 0.42 |
| Hex | D2 | 35 | 2 | 0 | 4B | 63 | 12 | F | 62 | 2A |
| Octal | 322 | 65 | 2 | 0 | 113 | 143 | 22 | 17 | 142 | 52 |
| Binary | 11010010 | 110101 | 10 | 0 | 1001011 | 1100011 | 10010 | 1111 | 1100010 | 101010 |
Color Harmonies of #D23502
Complementary color
Monochromatic Colors of #D23502
Black with #D23502
Text Example
Text Example
White with #D23502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23502; }
p { color: rgb(210,53,2); }
H1.HeaderClassName
{
color: #D23502;
}
.AnyTagClassName
{
color: #D23502;
}
</style>
background-color css
<style>
a { background-color: #D23502; }
a { background-color: rgb(210,53,2); }
div.DivClassName
{
background-color: #D23502;
}
.BgClassName
{
background-color: #D23502;
}
</style>
border-color css
<style>
span { border-color: #D23502; }
span { border-color: rgb(210,53,2); }
td.TdClassName
{
border-color: #D23502;
}
.TagClassName
{
border-color: #D23502;
}
</style>