Html Css Color HEX #D43D12 Harley Davidson Orange
📋 copy color: '#D43D12'red 212 ◦ green 61 ◦ blue 18
Shades of Harley Davidson Orange #D43D12
Tints of Harley Davidson Orange #D43D12
RGB
CMYK
RGB Variations
Color information
#D43D12 (or 0xD43D12) is known color: Harley Davidson Orange. HEX triplet: D4, 3D and 12. RGB value is (212,61,18). Sum of RGB (Red+Green+Blue) = 212+61+18=291 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.85% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 212 - color contains mainly: red. Hex color #D43D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43D12 is #2BC2ED. Grayscale: #656565. Windows color (decimal): -2867950 or 1195476. OLE color: 1195476.
HSL color Cylindrical-coordinate representation of color #D43D12: hue angle of 13.3º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D43D12 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 61 | 18 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.17 |
| HSL | 13.3º | 0.84% | 0.45% | - |
| HSV(B) | 13.3º | 0.92% | 0.83% | - |
| XYZ | 28.93 | 17.38 | 2.4 | - |
| YUV | 101.25 | 81.03 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 18 | 0 | 0.71 | 0.92 | 0.17 | 13.3 | 0.84 | 0.45 |
| Hex | D4 | 3D | 12 | 0 | 47 | 5C | 11 | D | 54 | 2D |
| Octal | 324 | 75 | 22 | 0 | 107 | 134 | 21 | 15 | 124 | 55 |
| Binary | 11010100 | 111101 | 10010 | 0 | 1000111 | 1011100 | 10001 | 1101 | 1010100 | 101101 |
Color Harmonies of #D43D12
Complementary color
Monochromatic Colors of #D43D12
Black with #D43D12
Text Example
Text Example
White with #D43D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43D12; }
p { color: rgb(212,61,18); }
H1.HeaderClassName
{
color: #D43D12;
}
.AnyTagClassName
{
color: #D43D12;
}
</style>
background-color css
<style>
a { background-color: #D43D12; }
a { background-color: rgb(212,61,18); }
div.DivClassName
{
background-color: #D43D12;
}
.BgClassName
{
background-color: #D43D12;
}
</style>
border-color css
<style>
span { border-color: #D43D12; }
span { border-color: rgb(212,61,18); }
td.TdClassName
{
border-color: #D43D12;
}
.TagClassName
{
border-color: #D43D12;
}
</style>