Html Css Color HEX #D43C0D Harley Davidson Orange
📋 copy color: '#D43C0D'red 212 ◦ green 60 ◦ blue 13
Shades of Harley Davidson Orange #D43C0D
Tints of Harley Davidson Orange #D43C0D
RGB
CMYK
RGB Variations
Color information
#D43C0D (or 0xD43C0D) is known color: Harley Davidson Orange. HEX triplet: D4, 3C and 0D. RGB value is (212,60,13). Sum of RGB (Red+Green+Blue) = 212+60+13=285 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.39% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43C0D is #2BC3F2. Grayscale: #646464. Windows color (decimal): -2868211 or 867540. OLE color: 867540.
HSL color Cylindrical-coordinate representation of color #D43C0D: hue angle of 14.17º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D43C0D is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 60 | 13 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.17 |
| HSL | 14.17º | 0.88% | 0.44% | - |
| HSV(B) | 14.17º | 0.94% | 0.83% | - |
| XYZ | 28.84 | 17.26 | 2.19 | - |
| YUV | 100.09 | 78.86 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 60 | 13 | 0 | 0.72 | 0.94 | 0.17 | 14.17 | 0.88 | 0.44 |
| Hex | D4 | 3C | D | 0 | 48 | 5E | 11 | E | 58 | 2C |
| Octal | 324 | 74 | 15 | 0 | 110 | 136 | 21 | 16 | 130 | 54 |
| Binary | 11010100 | 111100 | 1101 | 0 | 1001000 | 1011110 | 10001 | 1110 | 1011000 | 101100 |
Color Harmonies of #D43C0D
Complementary color
Monochromatic Colors of #D43C0D
Black with #D43C0D
Text Example
Text Example
White with #D43C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43C0D; }
p { color: rgb(212,60,13); }
H1.HeaderClassName
{
color: #D43C0D;
}
.AnyTagClassName
{
color: #D43C0D;
}
</style>
background-color css
<style>
a { background-color: #D43C0D; }
a { background-color: rgb(212,60,13); }
div.DivClassName
{
background-color: #D43C0D;
}
.BgClassName
{
background-color: #D43C0D;
}
</style>
border-color css
<style>
span { border-color: #D43C0D; }
span { border-color: rgb(212,60,13); }
td.TdClassName
{
border-color: #D43C0D;
}
.TagClassName
{
border-color: #D43C0D;
}
</style>