Html Css Color HEX #D43321 Harley Davidson Orange
📋 copy color: '#D43321'red 212 ◦ green 51 ◦ blue 33
Shades of Harley Davidson Orange #D43321
Tints of Harley Davidson Orange #D43321
RGB
CMYK
RGB Variations
Color information
#D43321 (or 0xD43321) is known color: Harley Davidson Orange. HEX triplet: D4, 33 and 21. RGB value is (212,51,33). Sum of RGB (Red+Green+Blue) = 212+51+33=296 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.62% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 212 - color contains mainly: red. Hex color #D43321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43321 is #2BCCDE. Grayscale: #616161. Windows color (decimal): -2870495 or 2175956. OLE color: 2175956.
HSL color Cylindrical-coordinate representation of color #D43321: hue angle of 6.03º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D43321 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 51 | 33 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.17 |
| HSL | 6.03º | 0.73% | 0.48% | - |
| HSV(B) | 6.03º | 0.84% | 0.83% | - |
| XYZ | 28.61 | 16.47 | 3.11 | - |
| YUV | 97.09 | 91.84 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 33 | 0 | 0.76 | 0.84 | 0.17 | 6.03 | 0.73 | 0.48 |
| Hex | D4 | 33 | 21 | 0 | 4C | 54 | 11 | 6 | 49 | 30 |
| Octal | 324 | 63 | 41 | 0 | 114 | 124 | 21 | 6 | 111 | 60 |
| Binary | 11010100 | 110011 | 100001 | 0 | 1001100 | 1010100 | 10001 | 110 | 1001001 | 110000 |
Color Harmonies of #D43321
Complementary color
Monochromatic Colors of #D43321
Black with #D43321
Text Example
Text Example
White with #D43321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43321; }
p { color: rgb(212,51,33); }
H1.HeaderClassName
{
color: #D43321;
}
.AnyTagClassName
{
color: #D43321;
}
</style>
background-color css
<style>
a { background-color: #D43321; }
a { background-color: rgb(212,51,33); }
div.DivClassName
{
background-color: #D43321;
}
.BgClassName
{
background-color: #D43321;
}
</style>
border-color css
<style>
span { border-color: #D43321; }
span { border-color: rgb(212,51,33); }
td.TdClassName
{
border-color: #D43321;
}
.TagClassName
{
border-color: #D43321;
}
</style>