Html Css Color HEX #D43320 Harley Davidson Orange
📋 copy color: '#D43320'red 212 ◦ green 51 ◦ blue 32
Shades of Harley Davidson Orange #D43320
Tints of Harley Davidson Orange #D43320
RGB
CMYK
RGB Variations
Color information
#D43320 (or 0xD43320) is known color: Harley Davidson Orange. HEX triplet: D4, 33 and 20. RGB value is (212,51,32). Sum of RGB (Red+Green+Blue) = 212+51+32=295 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.86% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 212 - color contains mainly: red. Hex color #D43320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43320 is #2BCCDF. Grayscale: #616161. Windows color (decimal): -2870496 or 2110420. OLE color: 2110420.
HSL color Cylindrical-coordinate representation of color #D43320: hue angle of 6.33º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D43320 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 51 | 32 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.17 |
| HSL | 6.33º | 0.74% | 0.48% | - |
| HSV(B) | 6.33º | 0.85% | 0.83% | - |
| XYZ | 28.6 | 16.47 | 3.04 | - |
| YUV | 96.97 | 91.34 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 32 | 0 | 0.76 | 0.85 | 0.17 | 6.33 | 0.74 | 0.48 |
| Hex | D4 | 33 | 20 | 0 | 4C | 55 | 11 | 6 | 4A | 30 |
| Octal | 324 | 63 | 40 | 0 | 114 | 125 | 21 | 6 | 112 | 60 |
| Binary | 11010100 | 110011 | 100000 | 0 | 1001100 | 1010101 | 10001 | 110 | 1001010 | 110000 |
Color Harmonies of #D43320
Complementary color
Monochromatic Colors of #D43320
Black with #D43320
Text Example
Text Example
White with #D43320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43320; }
p { color: rgb(212,51,32); }
H1.HeaderClassName
{
color: #D43320;
}
.AnyTagClassName
{
color: #D43320;
}
</style>
background-color css
<style>
a { background-color: #D43320; }
a { background-color: rgb(212,51,32); }
div.DivClassName
{
background-color: #D43320;
}
.BgClassName
{
background-color: #D43320;
}
</style>
border-color css
<style>
span { border-color: #D43320; }
span { border-color: rgb(212,51,32); }
td.TdClassName
{
border-color: #D43320;
}
.TagClassName
{
border-color: #D43320;
}
</style>