Html Css Color HEX #D43901 Harley Davidson Orange
📋 copy color: '#D43901'red 212 ◦ green 57 ◦ blue 1
Shades of Harley Davidson Orange #D43901
Tints of Harley Davidson Orange #D43901
RGB
CMYK
RGB Variations
Color information
#D43901 (or 0xD43901) is known color: Harley Davidson Orange. HEX triplet: D4, 39 and 01. RGB value is (212,57,1). Sum of RGB (Red+Green+Blue) = 212+57+1=270 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.52% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 212 - color contains mainly: red. Hex color #D43901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43901 is #2BC6FE. Grayscale: #616161. Windows color (decimal): -2868991 or 80340. OLE color: 80340.
HSL color Cylindrical-coordinate representation of color #D43901: hue angle of 15.92º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D43901 is Cyan = 0, Magento = 0.73, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 57 | 1 | - |
| CMYK | 0 | 0.73 | 1.00 | 0.17 |
| HSL | 15.92º | 0.99% | 0.42% | - |
| HSV(B) | 15.92º | 1% | 0.83% | - |
| XYZ | 28.62 | 16.93 | 1.79 | - |
| YUV | 96.96 | 73.85 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 1 | 0 | 0.73 | 1.00 | 0.17 | 15.92 | 0.99 | 0.42 |
| Hex | D4 | 39 | 1 | 0 | 49 | 64 | 11 | 10 | 63 | 2A |
| Octal | 324 | 71 | 1 | 0 | 111 | 144 | 21 | 20 | 143 | 52 |
| Binary | 11010100 | 111001 | 1 | 0 | 1001001 | 1100100 | 10001 | 10000 | 1100011 | 101010 |
Color Harmonies of #D43901
Complementary color
Monochromatic Colors of #D43901
Black with #D43901
Text Example
Text Example
White with #D43901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43901; }
p { color: rgb(212,57,1); }
H1.HeaderClassName
{
color: #D43901;
}
.AnyTagClassName
{
color: #D43901;
}
</style>
background-color css
<style>
a { background-color: #D43901; }
a { background-color: rgb(212,57,1); }
div.DivClassName
{
background-color: #D43901;
}
.BgClassName
{
background-color: #D43901;
}
</style>
border-color css
<style>
span { border-color: #D43901; }
span { border-color: rgb(212,57,1); }
td.TdClassName
{
border-color: #D43901;
}
.TagClassName
{
border-color: #D43901;
}
</style>