Html Css Color HEX #D23504 Harley Davidson Orange
📋 copy color: '#D23504'red 210 ◦ green 53 ◦ blue 4
Shades of Harley Davidson Orange #D23504
Tints of Harley Davidson Orange #D23504
RGB
CMYK
RGB Variations
Color information
#D23504 (or 0xD23504) is known color: Harley Davidson Orange. HEX triplet: D2, 35 and 04. RGB value is (210,53,4). Sum of RGB (Red+Green+Blue) = 210+53+4=267 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.65% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 210 - color contains mainly: red. Hex color #D23504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23504 is #2DCAFB. Grayscale: #5E5E5E. Windows color (decimal): -3001084 or 275922. OLE color: 275922.
HSL color Cylindrical-coordinate representation of color #D23504: hue angle of 14.27º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D23504 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 4 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.18 |
| HSL | 14.27º | 0.96% | 0.42% | - |
| HSV(B) | 14.27º | 0.98% | 0.82% | - |
| XYZ | 27.87 | 16.26 | 1.78 | - |
| YUV | 94.36 | 77.01 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 4 | 0 | 0.75 | 0.98 | 0.18 | 14.27 | 0.96 | 0.42 |
| Hex | D2 | 35 | 4 | 0 | 4B | 62 | 12 | E | 60 | 2A |
| Octal | 322 | 65 | 4 | 0 | 113 | 142 | 22 | 16 | 140 | 52 |
| Binary | 11010010 | 110101 | 100 | 0 | 1001011 | 1100010 | 10010 | 1110 | 1100000 | 101010 |
Color Harmonies of #D23504
Complementary color
Monochromatic Colors of #D23504
Black with #D23504
Text Example
Text Example
White with #D23504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23504; }
p { color: rgb(210,53,4); }
H1.HeaderClassName
{
color: #D23504;
}
.AnyTagClassName
{
color: #D23504;
}
</style>
background-color css
<style>
a { background-color: #D23504; }
a { background-color: rgb(210,53,4); }
div.DivClassName
{
background-color: #D23504;
}
.BgClassName
{
background-color: #D23504;
}
</style>
border-color css
<style>
span { border-color: #D23504; }
span { border-color: rgb(210,53,4); }
td.TdClassName
{
border-color: #D23504;
}
.TagClassName
{
border-color: #D23504;
}
</style>