Html Css Color HEX #DC221B Harley Davidson Orange
📋 copy color: '#DC221B'red 220 ◦ green 34 ◦ blue 27
Shades of Harley Davidson Orange #DC221B
Tints of Harley Davidson Orange #DC221B
RGB
CMYK
RGB Variations
Color information
#DC221B (or 0xDC221B) is known color: Harley Davidson Orange. HEX triplet: DC, 22 and 1B. RGB value is (220,34,27). Sum of RGB (Red+Green+Blue) = 220+34+27=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC221B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC221B is #23DDE4. Grayscale: #595959. Windows color (decimal): -2350565 or 1778396. OLE color: 1778396.
HSL color Cylindrical-coordinate representation of color #DC221B: hue angle of 2.18º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC221B is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 27 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.14 |
| HSL | 2.18º | 0.78% | 0.48% | - |
| HSV(B) | 2.18º | 0.88% | 0.86% | - |
| XYZ | 30.29 | 16.44 | 2.61 | - |
| YUV | 88.82 | 93.12 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 27 | 0 | 0.85 | 0.88 | 0.14 | 2.18 | 0.78 | 0.48 |
| Hex | DC | 22 | 1B | 0 | 55 | 58 | E | 2 | 4E | 30 |
| Octal | 334 | 42 | 33 | 0 | 125 | 130 | 16 | 2 | 116 | 60 |
| Binary | 11011100 | 100010 | 11011 | 0 | 1010101 | 1011000 | 1110 | 10 | 1001110 | 110000 |
Color Harmonies of #DC221B
Complementary color
Monochromatic Colors of #DC221B
Black with #DC221B
Text Example
Text Example
White with #DC221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC221B; }
p { color: rgb(220,34,27); }
H1.HeaderClassName
{
color: #DC221B;
}
.AnyTagClassName
{
color: #DC221B;
}
</style>
background-color css
<style>
a { background-color: #DC221B; }
a { background-color: rgb(220,34,27); }
div.DivClassName
{
background-color: #DC221B;
}
.BgClassName
{
background-color: #DC221B;
}
</style>
border-color css
<style>
span { border-color: #DC221B; }
span { border-color: rgb(220,34,27); }
td.TdClassName
{
border-color: #DC221B;
}
.TagClassName
{
border-color: #DC221B;
}
</style>