Html Css Color HEX #D43D04 Harley Davidson Orange
📋 copy color: '#D43D04'red 212 ◦ green 61 ◦ blue 4
Shades of Harley Davidson Orange #D43D04
Tints of Harley Davidson Orange #D43D04
RGB
CMYK
RGB Variations
Color information
#D43D04 (or 0xD43D04) is known color: Harley Davidson Orange. HEX triplet: D4, 3D and 04. RGB value is (212,61,4). Sum of RGB (Red+Green+Blue) = 212+61+4=277 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.53% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 212 - color contains mainly: red. Hex color #D43D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43D04 is #2BC2FB. Grayscale: #646464. Windows color (decimal): -2867964 or 277972. OLE color: 277972.
HSL color Cylindrical-coordinate representation of color #D43D04: hue angle of 16.44º 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 #D43D04 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 61 | 4 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.17 |
| HSL | 16.44º | 0.96% | 0.42% | - |
| HSV(B) | 16.44º | 0.98% | 0.83% | - |
| XYZ | 28.84 | 17.34 | 1.94 | - |
| YUV | 99.65 | 74.03 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 4 | 0 | 0.71 | 0.98 | 0.17 | 16.44 | 0.96 | 0.42 |
| Hex | D4 | 3D | 4 | 0 | 47 | 62 | 11 | 10 | 60 | 2A |
| Octal | 324 | 75 | 4 | 0 | 107 | 142 | 21 | 20 | 140 | 52 |
| Binary | 11010100 | 111101 | 100 | 0 | 1000111 | 1100010 | 10001 | 10000 | 1100000 | 101010 |
Color Harmonies of #D43D04
Complementary color
Monochromatic Colors of #D43D04
Black with #D43D04
Text Example
Text Example
White with #D43D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43D04; }
p { color: rgb(212,61,4); }
H1.HeaderClassName
{
color: #D43D04;
}
.AnyTagClassName
{
color: #D43D04;
}
</style>
background-color css
<style>
a { background-color: #D43D04; }
a { background-color: rgb(212,61,4); }
div.DivClassName
{
background-color: #D43D04;
}
.BgClassName
{
background-color: #D43D04;
}
</style>
border-color css
<style>
span { border-color: #D43D04; }
span { border-color: rgb(212,61,4); }
td.TdClassName
{
border-color: #D43D04;
}
.TagClassName
{
border-color: #D43D04;
}
</style>