Html Css Color HEX #D43D1D Harley Davidson Orange
📋 copy color: '#D43D1D'red 212 ◦ green 61 ◦ blue 29
Shades of Harley Davidson Orange #D43D1D
Tints of Harley Davidson Orange #D43D1D
RGB
CMYK
RGB Variations
Color information
#D43D1D (or 0xD43D1D) is known color: Harley Davidson Orange. HEX triplet: D4, 3D and 1D. RGB value is (212,61,29). Sum of RGB (Red+Green+Blue) = 212+61+29=302 (40% of max value = 765). Red value is 212 (83.20% from 255 or 70.20% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 212 - color contains mainly: red. Hex color #D43D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43D1D is #2BC2E2. Grayscale: #666666. Windows color (decimal): -2867939 or 1916372. OLE color: 1916372.
HSL color Cylindrical-coordinate representation of color #D43D1D: hue angle of 10.49º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D43D1D is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 61 | 29 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.17 |
| HSL | 10.49º | 0.76% | 0.47% | - |
| HSV(B) | 10.49º | 0.86% | 0.83% | - |
| XYZ | 29.04 | 17.42 | 2.99 | - |
| YUV | 102.5 | 86.53 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 29 | 0 | 0.71 | 0.86 | 0.17 | 10.49 | 0.76 | 0.47 |
| Hex | D4 | 3D | 1D | 0 | 47 | 56 | 11 | A | 4C | 2F |
| Octal | 324 | 75 | 35 | 0 | 107 | 126 | 21 | 12 | 114 | 57 |
| Binary | 11010100 | 111101 | 11101 | 0 | 1000111 | 1010110 | 10001 | 1010 | 1001100 | 101111 |
Color Harmonies of #D43D1D
Complementary color
Monochromatic Colors of #D43D1D
Black with #D43D1D
Text Example
Text Example
White with #D43D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43D1D; }
p { color: rgb(212,61,29); }
H1.HeaderClassName
{
color: #D43D1D;
}
.AnyTagClassName
{
color: #D43D1D;
}
</style>
background-color css
<style>
a { background-color: #D43D1D; }
a { background-color: rgb(212,61,29); }
div.DivClassName
{
background-color: #D43D1D;
}
.BgClassName
{
background-color: #D43D1D;
}
</style>
border-color css
<style>
span { border-color: #D43D1D; }
span { border-color: rgb(212,61,29); }
td.TdClassName
{
border-color: #D43D1D;
}
.TagClassName
{
border-color: #D43D1D;
}
</style>