Html Css Color HEX #D43504 Harley Davidson Orange
📋 copy color: '#D43504'red 212 ◦ green 53 ◦ blue 4
Shades of Harley Davidson Orange #D43504
Tints of Harley Davidson Orange #D43504
RGB
CMYK
RGB Variations
Color information
#D43504 (or 0xD43504) is known color: Harley Davidson Orange. HEX triplet: D4, 35 and 04. RGB value is (212,53,4). Sum of RGB (Red+Green+Blue) = 212+53+4=269 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.81% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 212 - color contains mainly: red. Hex color #D43504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43504 is #2BCAFB. Grayscale: #5F5F5F. Windows color (decimal): -2870012 or 275924. OLE color: 275924.
HSL color Cylindrical-coordinate representation of color #D43504: hue angle of 14.13º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D43504 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 53 | 4 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.17 |
| HSL | 14.13º | 0.96% | 0.42% | - |
| HSV(B) | 14.13º | 0.98% | 0.83% | - |
| XYZ | 28.45 | 16.55 | 1.81 | - |
| YUV | 94.96 | 76.68 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 4 | 0 | 0.75 | 0.98 | 0.17 | 14.13 | 0.96 | 0.42 |
| Hex | D4 | 35 | 4 | 0 | 4B | 62 | 11 | E | 60 | 2A |
| Octal | 324 | 65 | 4 | 0 | 113 | 142 | 21 | 16 | 140 | 52 |
| Binary | 11010100 | 110101 | 100 | 0 | 1001011 | 1100010 | 10001 | 1110 | 1100000 | 101010 |
Color Harmonies of #D43504
Complementary color
Monochromatic Colors of #D43504
Black with #D43504
Text Example
Text Example
White with #D43504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43504; }
p { color: rgb(212,53,4); }
H1.HeaderClassName
{
color: #D43504;
}
.AnyTagClassName
{
color: #D43504;
}
</style>
background-color css
<style>
a { background-color: #D43504; }
a { background-color: rgb(212,53,4); }
div.DivClassName
{
background-color: #D43504;
}
.BgClassName
{
background-color: #D43504;
}
</style>
border-color css
<style>
span { border-color: #D43504; }
span { border-color: rgb(212,53,4); }
td.TdClassName
{
border-color: #D43504;
}
.TagClassName
{
border-color: #D43504;
}
</style>