Html Css Color HEX #D43421 Harley Davidson Orange
📋 copy color: '#D43421'red 212 ◦ green 52 ◦ blue 33
Shades of Harley Davidson Orange #D43421
Tints of Harley Davidson Orange #D43421
RGB
CMYK
RGB Variations
Color information
#D43421 (or 0xD43421) is known color: Harley Davidson Orange. HEX triplet: D4, 34 and 21. RGB value is (212,52,33). Sum of RGB (Red+Green+Blue) = 212+52+33=297 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.38% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 212 - color contains mainly: red. Hex color #D43421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43421 is #2BCBDE. Grayscale: #616161. Windows color (decimal): -2870239 or 2176212. OLE color: 2176212.
HSL color Cylindrical-coordinate representation of color #D43421: hue angle of 6.37º 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 #D43421 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 52 | 33 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.17 |
| HSL | 6.37º | 0.73% | 0.48% | - |
| HSV(B) | 6.37º | 0.84% | 0.83% | - |
| XYZ | 28.65 | 16.56 | 3.13 | - |
| YUV | 97.67 | 91.51 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 33 | 0 | 0.75 | 0.84 | 0.17 | 6.37 | 0.73 | 0.48 |
| Hex | D4 | 34 | 21 | 0 | 4B | 54 | 11 | 6 | 49 | 30 |
| Octal | 324 | 64 | 41 | 0 | 113 | 124 | 21 | 6 | 111 | 60 |
| Binary | 11010100 | 110100 | 100001 | 0 | 1001011 | 1010100 | 10001 | 110 | 1001001 | 110000 |
Color Harmonies of #D43421
Complementary color
Monochromatic Colors of #D43421
Black with #D43421
Text Example
Text Example
White with #D43421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43421; }
p { color: rgb(212,52,33); }
H1.HeaderClassName
{
color: #D43421;
}
.AnyTagClassName
{
color: #D43421;
}
</style>
background-color css
<style>
a { background-color: #D43421; }
a { background-color: rgb(212,52,33); }
div.DivClassName
{
background-color: #D43421;
}
.BgClassName
{
background-color: #D43421;
}
</style>
border-color css
<style>
span { border-color: #D43421; }
span { border-color: rgb(212,52,33); }
td.TdClassName
{
border-color: #D43421;
}
.TagClassName
{
border-color: #D43421;
}
</style>