Html Css Color HEX #DF221B Harley Davidson Orange
📋 copy color: '#DF221B'red 223 ◦ green 34 ◦ blue 27
Shades of Harley Davidson Orange #DF221B
Tints of Harley Davidson Orange #DF221B
RGB
CMYK
RGB Variations
Color information
#DF221B (or 0xDF221B) is known color: Harley Davidson Orange. HEX triplet: DF, 22 and 1B. RGB value is (223,34,27). Sum of RGB (Red+Green+Blue) = 223+34+27=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF221B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF221B is #20DDE4. Grayscale: #595959. Windows color (decimal): -2153957 or 1778399. OLE color: 1778399.
HSL color Cylindrical-coordinate representation of color #DF221B: hue angle of 2.14º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF221B is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 27 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.13 |
| HSL | 2.14º | 0.78% | 0.49% | - |
| HSV(B) | 2.14º | 0.88% | 0.87% | - |
| XYZ | 31.2 | 16.91 | 2.66 | - |
| YUV | 89.71 | 92.62 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 27 | 0 | 0.85 | 0.88 | 0.13 | 2.14 | 0.78 | 0.49 |
| Hex | DF | 22 | 1B | 0 | 55 | 58 | D | 2 | 4E | 31 |
| Octal | 337 | 42 | 33 | 0 | 125 | 130 | 15 | 2 | 116 | 61 |
| Binary | 11011111 | 100010 | 11011 | 0 | 1010101 | 1011000 | 1101 | 10 | 1001110 | 110001 |
Color Harmonies of #DF221B
Complementary color
Monochromatic Colors of #DF221B
Black with #DF221B
Text Example
Text Example
White with #DF221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF221B; }
p { color: rgb(223,34,27); }
H1.HeaderClassName
{
color: #DF221B;
}
.AnyTagClassName
{
color: #DF221B;
}
</style>
background-color css
<style>
a { background-color: #DF221B; }
a { background-color: rgb(223,34,27); }
div.DivClassName
{
background-color: #DF221B;
}
.BgClassName
{
background-color: #DF221B;
}
</style>
border-color css
<style>
span { border-color: #DF221B; }
span { border-color: rgb(223,34,27); }
td.TdClassName
{
border-color: #DF221B;
}
.TagClassName
{
border-color: #DF221B;
}
</style>