Html Css Color HEX #DF2902 Harley Davidson Orange
📋 copy color: '#DF2902'red 223 ◦ green 41 ◦ blue 2
Shades of Harley Davidson Orange #DF2902
Tints of Harley Davidson Orange #DF2902
RGB
CMYK
RGB Variations
Color information
#DF2902 (or 0xDF2902) is known color: Harley Davidson Orange. HEX triplet: DF, 29 and 02. RGB value is (223,41,2). Sum of RGB (Red+Green+Blue) = 223+41+2=266 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.83% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2902 is #20D6FD. Grayscale: #5B5B5B. Windows color (decimal): -2152190 or 141791. OLE color: 141791.
HSL color Cylindrical-coordinate representation of color #DF2902: hue angle of 10.59º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF2902 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.13 |
| HSL | 10.59º | 0.98% | 0.44% | - |
| HSV(B) | 10.59º | 0.99% | 0.87% | - |
| XYZ | 31.24 | 17.28 | 1.75 | - |
| YUV | 90.97 | 77.8 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 2 | 0 | 0.82 | 0.99 | 0.13 | 10.59 | 0.98 | 0.44 |
| Hex | DF | 29 | 2 | 0 | 52 | 63 | D | B | 62 | 2C |
| Octal | 337 | 51 | 2 | 0 | 122 | 143 | 15 | 13 | 142 | 54 |
| Binary | 11011111 | 101001 | 10 | 0 | 1010010 | 1100011 | 1101 | 1011 | 1100010 | 101100 |
Color Harmonies of #DF2902
Complementary color
Monochromatic Colors of #DF2902
Black with #DF2902
Text Example
Text Example
White with #DF2902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2902; }
p { color: rgb(223,41,2); }
H1.HeaderClassName
{
color: #DF2902;
}
.AnyTagClassName
{
color: #DF2902;
}
</style>
background-color css
<style>
a { background-color: #DF2902; }
a { background-color: rgb(223,41,2); }
div.DivClassName
{
background-color: #DF2902;
}
.BgClassName
{
background-color: #DF2902;
}
</style>
border-color css
<style>
span { border-color: #DF2902; }
span { border-color: rgb(223,41,2); }
td.TdClassName
{
border-color: #DF2902;
}
.TagClassName
{
border-color: #DF2902;
}
</style>