Html Css Color HEX #D43D14 Harley Davidson Orange
📋 copy color: '#D43D14'red 212 ◦ green 61 ◦ blue 20
Shades of Harley Davidson Orange #D43D14
Tints of Harley Davidson Orange #D43D14
RGB
CMYK
RGB Variations
Color information
#D43D14 (or 0xD43D14) is known color: Harley Davidson Orange. HEX triplet: D4, 3D and 14. RGB value is (212,61,20). Sum of RGB (Red+Green+Blue) = 212+61+20=293 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.35% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 212 - color contains mainly: red. Hex color #D43D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43D14 is #2BC2EB. Grayscale: #656565. Windows color (decimal): -2867948 or 1326548. OLE color: 1326548.
HSL color Cylindrical-coordinate representation of color #D43D14: hue angle of 12.81º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D43D14 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 61 | 20 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.17 |
| HSL | 12.81º | 0.83% | 0.45% | - |
| HSV(B) | 12.81º | 0.91% | 0.83% | - |
| XYZ | 28.95 | 17.39 | 2.49 | - |
| YUV | 101.48 | 82.03 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 20 | 0 | 0.71 | 0.91 | 0.17 | 12.81 | 0.83 | 0.45 |
| Hex | D4 | 3D | 14 | 0 | 47 | 5B | 11 | D | 53 | 2D |
| Octal | 324 | 75 | 24 | 0 | 107 | 133 | 21 | 15 | 123 | 55 |
| Binary | 11010100 | 111101 | 10100 | 0 | 1000111 | 1011011 | 10001 | 1101 | 1010011 | 101101 |
Color Harmonies of #D43D14
Complementary color
Monochromatic Colors of #D43D14
Black with #D43D14
Text Example
Text Example
White with #D43D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43D14; }
p { color: rgb(212,61,20); }
H1.HeaderClassName
{
color: #D43D14;
}
.AnyTagClassName
{
color: #D43D14;
}
</style>
background-color css
<style>
a { background-color: #D43D14; }
a { background-color: rgb(212,61,20); }
div.DivClassName
{
background-color: #D43D14;
}
.BgClassName
{
background-color: #D43D14;
}
</style>
border-color css
<style>
span { border-color: #D43D14; }
span { border-color: rgb(212,61,20); }
td.TdClassName
{
border-color: #D43D14;
}
.TagClassName
{
border-color: #D43D14;
}
</style>