Html Css Color HEX #DF3902 Harley Davidson Orange
📋 copy color: '#DF3902'red 223 ◦ green 57 ◦ blue 2
Shades of Harley Davidson Orange #DF3902
Tints of Harley Davidson Orange #DF3902
RGB
CMYK
RGB Variations
Color information
#DF3902 (or 0xDF3902) is known color: Harley Davidson Orange. HEX triplet: DF, 39 and 02. RGB value is (223,57,2). Sum of RGB (Red+Green+Blue) = 223+57+2=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3902 is #20C6FD. Grayscale: #646464. Windows color (decimal): -2148094 or 145887. OLE color: 145887.
HSL color Cylindrical-coordinate representation of color #DF3902: hue angle of 14.93º 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 #DF3902 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.13 |
| HSL | 14.93º | 0.98% | 0.44% | - |
| HSV(B) | 14.93º | 0.99% | 0.87% | - |
| XYZ | 31.91 | 18.62 | 1.97 | - |
| YUV | 100.36 | 72.5 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 2 | 0 | 0.74 | 0.99 | 0.13 | 14.93 | 0.98 | 0.44 |
| Hex | DF | 39 | 2 | 0 | 4A | 63 | D | F | 62 | 2C |
| Octal | 337 | 71 | 2 | 0 | 112 | 143 | 15 | 17 | 142 | 54 |
| Binary | 11011111 | 111001 | 10 | 0 | 1001010 | 1100011 | 1101 | 1111 | 1100010 | 101100 |
Color Harmonies of #DF3902
Complementary color
Monochromatic Colors of #DF3902
Black with #DF3902
Text Example
Text Example
White with #DF3902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3902; }
p { color: rgb(223,57,2); }
H1.HeaderClassName
{
color: #DF3902;
}
.AnyTagClassName
{
color: #DF3902;
}
</style>
background-color css
<style>
a { background-color: #DF3902; }
a { background-color: rgb(223,57,2); }
div.DivClassName
{
background-color: #DF3902;
}
.BgClassName
{
background-color: #DF3902;
}
</style>
border-color css
<style>
span { border-color: #DF3902; }
span { border-color: rgb(223,57,2); }
td.TdClassName
{
border-color: #DF3902;
}
.TagClassName
{
border-color: #DF3902;
}
</style>