Html Css Color HEX #DF200D Harley Davidson Orange
📋 copy color: '#DF200D'red 223 ◦ green 32 ◦ blue 13
Shades of Harley Davidson Orange #DF200D
Tints of Harley Davidson Orange #DF200D
RGB
CMYK
RGB Variations
Color information
#DF200D (or 0xDF200D) is known color: Harley Davidson Orange. HEX triplet: DF, 20 and 0D. RGB value is (223,32,13). Sum of RGB (Red+Green+Blue) = 223+32+13=268 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.21% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 223 - color contains mainly: red. Hex color #DF200D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF200D is #20DFF2. Grayscale: #575757. Windows color (decimal): -2154483 or 860383. OLE color: 860383.
HSL color Cylindrical-coordinate representation of color #DF200D: hue angle of 5.43º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF200D is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 13 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.13 |
| HSL | 5.43º | 0.89% | 0.46% | - |
| HSV(B) | 5.43º | 0.94% | 0.87% | - |
| XYZ | 31.02 | 16.75 | 1.98 | - |
| YUV | 86.94 | 86.28 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 13 | 0 | 0.86 | 0.94 | 0.13 | 5.43 | 0.89 | 0.46 |
| Hex | DF | 20 | D | 0 | 56 | 5E | D | 5 | 59 | 2E |
| Octal | 337 | 40 | 15 | 0 | 126 | 136 | 15 | 5 | 131 | 56 |
| Binary | 11011111 | 100000 | 1101 | 0 | 1010110 | 1011110 | 1101 | 101 | 1011001 | 101110 |
Color Harmonies of #DF200D
Complementary color
Monochromatic Colors of #DF200D
Black with #DF200D
Text Example
Text Example
White with #DF200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF200D; }
p { color: rgb(223,32,13); }
H1.HeaderClassName
{
color: #DF200D;
}
.AnyTagClassName
{
color: #DF200D;
}
</style>
background-color css
<style>
a { background-color: #DF200D; }
a { background-color: rgb(223,32,13); }
div.DivClassName
{
background-color: #DF200D;
}
.BgClassName
{
background-color: #DF200D;
}
</style>
border-color css
<style>
span { border-color: #DF200D; }
span { border-color: rgb(223,32,13); }
td.TdClassName
{
border-color: #DF200D;
}
.TagClassName
{
border-color: #DF200D;
}
</style>