Html Css Color HEX #D54221 Harley Davidson Orange
📋 copy color: '#D54221'red 213 ◦ green 66 ◦ blue 33
Shades of Harley Davidson Orange #D54221
Tints of Harley Davidson Orange #D54221
RGB
CMYK
RGB Variations
Color information
#D54221 (or 0xD54221) is known color: Harley Davidson Orange. HEX triplet: D5, 42 and 21. RGB value is (213,66,33). Sum of RGB (Red+Green+Blue) = 213+66+33=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D54221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54221 is #2ABDDE. Grayscale: #6A6A6A. Windows color (decimal): -2801119 or 2179797. OLE color: 2179797.
HSL color Cylindrical-coordinate representation of color #D54221: hue angle of 11º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D54221 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 66 | 33 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.16 |
| HSL | 11º | 0.73% | 0.48% | - |
| HSV(B) | 11º | 0.85% | 0.84% | - |
| XYZ | 29.66 | 18.15 | 3.38 | - |
| YUV | 106.19 | 86.7 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 33 | 0 | 0.69 | 0.85 | 0.16 | 11 | 0.73 | 0.48 |
| Hex | D5 | 42 | 21 | 0 | 45 | 55 | 10 | B | 49 | 30 |
| Octal | 325 | 102 | 41 | 0 | 105 | 125 | 20 | 13 | 111 | 60 |
| Binary | 11010101 | 1000010 | 100001 | 0 | 1000101 | 1010101 | 10000 | 1011 | 1001001 | 110000 |
Color Harmonies of #D54221
Complementary color
Monochromatic Colors of #D54221
Black with #D54221
Text Example
Text Example
White with #D54221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54221; }
p { color: rgb(213,66,33); }
H1.HeaderClassName
{
color: #D54221;
}
.AnyTagClassName
{
color: #D54221;
}
</style>
background-color css
<style>
a { background-color: #D54221; }
a { background-color: rgb(213,66,33); }
div.DivClassName
{
background-color: #D54221;
}
.BgClassName
{
background-color: #D54221;
}
</style>
border-color css
<style>
span { border-color: #D54221; }
span { border-color: rgb(213,66,33); }
td.TdClassName
{
border-color: #D54221;
}
.TagClassName
{
border-color: #D54221;
}
</style>