Html Css Color HEX #DF3502 Harley Davidson Orange
📋 copy color: '#DF3502'red 223 ◦ green 53 ◦ blue 2
Shades of Harley Davidson Orange #DF3502
Tints of Harley Davidson Orange #DF3502
RGB
CMYK
RGB Variations
Color information
#DF3502 (or 0xDF3502) is known color: Harley Davidson Orange. HEX triplet: DF, 35 and 02. RGB value is (223,53,2). Sum of RGB (Red+Green+Blue) = 223+53+2=278 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.22% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3502 is #20CAFD. Grayscale: #626262. Windows color (decimal): -2149118 or 144863. OLE color: 144863.
HSL color Cylindrical-coordinate representation of color #DF3502: hue angle of 13.85º 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 #DF3502 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.13 |
| HSL | 13.85º | 0.98% | 0.44% | - |
| HSV(B) | 13.85º | 0.99% | 0.87% | - |
| XYZ | 31.72 | 18.24 | 1.91 | - |
| YUV | 98.02 | 73.82 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 2 | 0 | 0.76 | 0.99 | 0.13 | 13.85 | 0.98 | 0.44 |
| Hex | DF | 35 | 2 | 0 | 4C | 63 | D | E | 62 | 2C |
| Octal | 337 | 65 | 2 | 0 | 114 | 143 | 15 | 16 | 142 | 54 |
| Binary | 11011111 | 110101 | 10 | 0 | 1001100 | 1100011 | 1101 | 1110 | 1100010 | 101100 |
Color Harmonies of #DF3502
Complementary color
Monochromatic Colors of #DF3502
Black with #DF3502
Text Example
Text Example
White with #DF3502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3502; }
p { color: rgb(223,53,2); }
H1.HeaderClassName
{
color: #DF3502;
}
.AnyTagClassName
{
color: #DF3502;
}
</style>
background-color css
<style>
a { background-color: #DF3502; }
a { background-color: rgb(223,53,2); }
div.DivClassName
{
background-color: #DF3502;
}
.BgClassName
{
background-color: #DF3502;
}
</style>
border-color css
<style>
span { border-color: #DF3502; }
span { border-color: rgb(223,53,2); }
td.TdClassName
{
border-color: #DF3502;
}
.TagClassName
{
border-color: #DF3502;
}
</style>