Html Css Color HEX #D43821 Harley Davidson Orange
📋 copy color: '#D43821'red 212 ◦ green 56 ◦ blue 33
Shades of Harley Davidson Orange #D43821
Tints of Harley Davidson Orange #D43821
RGB
CMYK
RGB Variations
Color information
#D43821 (or 0xD43821) is known color: Harley Davidson Orange. HEX triplet: D4, 38 and 21. RGB value is (212,56,33). Sum of RGB (Red+Green+Blue) = 212+56+33=301 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.43% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 212 - color contains mainly: red. Hex color #D43821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43821 is #2BC7DE. Grayscale: #646464. Windows color (decimal): -2869215 or 2177236. OLE color: 2177236.
HSL color Cylindrical-coordinate representation of color #D43821: hue angle of 7.71º 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 #D43821 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 33 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.17 |
| HSL | 7.71º | 0.73% | 0.48% | - |
| HSV(B) | 7.71º | 0.84% | 0.83% | - |
| XYZ | 28.84 | 16.94 | 3.19 | - |
| YUV | 100.02 | 90.18 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 33 | 0 | 0.74 | 0.84 | 0.17 | 7.71 | 0.73 | 0.48 |
| Hex | D4 | 38 | 21 | 0 | 4A | 54 | 11 | 8 | 49 | 30 |
| Octal | 324 | 70 | 41 | 0 | 112 | 124 | 21 | 10 | 111 | 60 |
| Binary | 11010100 | 111000 | 100001 | 0 | 1001010 | 1010100 | 10001 | 1000 | 1001001 | 110000 |
Color Harmonies of #D43821
Complementary color
Monochromatic Colors of #D43821
Black with #D43821
Text Example
Text Example
White with #D43821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43821; }
p { color: rgb(212,56,33); }
H1.HeaderClassName
{
color: #D43821;
}
.AnyTagClassName
{
color: #D43821;
}
</style>
background-color css
<style>
a { background-color: #D43821; }
a { background-color: rgb(212,56,33); }
div.DivClassName
{
background-color: #D43821;
}
.BgClassName
{
background-color: #D43821;
}
</style>
border-color css
<style>
span { border-color: #D43821; }
span { border-color: rgb(212,56,33); }
td.TdClassName
{
border-color: #D43821;
}
.TagClassName
{
border-color: #D43821;
}
</style>