Html Css Color HEX #D4220B Harley Davidson Orange
📋 copy color: '#D4220B'red 212 ◦ green 34 ◦ blue 11
Shades of Harley Davidson Orange #D4220B
Tints of Harley Davidson Orange #D4220B
RGB
CMYK
RGB Variations
Color information
#D4220B (or 0xD4220B) is known color: Harley Davidson Orange. HEX triplet: D4, 22 and 0B. RGB value is (212,34,11). Sum of RGB (Red+Green+Blue) = 212+34+11=257 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.49% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 212 - color contains mainly: red. Hex color #D4220B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4220B is #2BDDF4. Grayscale: #545454. Windows color (decimal): -2874869 or 729812. OLE color: 729812.
HSL color Cylindrical-coordinate representation of color #D4220B: hue angle of 6.87º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4220B is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 34 | 11 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.17 |
| HSL | 6.87º | 0.9% | 0.44% | - |
| HSV(B) | 6.87º | 0.95% | 0.83% | - |
| XYZ | 27.78 | 15.17 | 1.78 | - |
| YUV | 84.6 | 86.47 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 34 | 11 | 0 | 0.84 | 0.95 | 0.17 | 6.87 | 0.9 | 0.44 |
| Hex | D4 | 22 | B | 0 | 54 | 5F | 11 | 7 | 5A | 2C |
| Octal | 324 | 42 | 13 | 0 | 124 | 137 | 21 | 7 | 132 | 54 |
| Binary | 11010100 | 100010 | 1011 | 0 | 1010100 | 1011111 | 10001 | 111 | 1011010 | 101100 |
Color Harmonies of #D4220B
Complementary color
Monochromatic Colors of #D4220B
Black with #D4220B
Text Example
Text Example
White with #D4220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4220B; }
p { color: rgb(212,34,11); }
H1.HeaderClassName
{
color: #D4220B;
}
.AnyTagClassName
{
color: #D4220B;
}
</style>
background-color css
<style>
a { background-color: #D4220B; }
a { background-color: rgb(212,34,11); }
div.DivClassName
{
background-color: #D4220B;
}
.BgClassName
{
background-color: #D4220B;
}
</style>
border-color css
<style>
span { border-color: #D4220B; }
span { border-color: rgb(212,34,11); }
td.TdClassName
{
border-color: #D4220B;
}
.TagClassName
{
border-color: #D4220B;
}
</style>