Html Css Color HEX #DF3402 Harley Davidson Orange
📋 copy color: '#DF3402'red 223 ◦ green 52 ◦ blue 2
Shades of Harley Davidson Orange #DF3402
Tints of Harley Davidson Orange #DF3402
RGB
CMYK
RGB Variations
Color information
#DF3402 (or 0xDF3402) is known color: Harley Davidson Orange. HEX triplet: DF, 34 and 02. RGB value is (223,52,2). Sum of RGB (Red+Green+Blue) = 223+52+2=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3402 is #20CBFD. Grayscale: #616161. Windows color (decimal): -2149374 or 144607. OLE color: 144607.
HSL color Cylindrical-coordinate representation of color #DF3402: hue angle of 13.57º 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 #DF3402 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.13 |
| HSL | 13.57º | 0.98% | 0.44% | - |
| HSV(B) | 13.57º | 0.99% | 0.87% | - |
| XYZ | 31.67 | 18.15 | 1.89 | - |
| YUV | 97.43 | 74.15 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 2 | 0 | 0.77 | 0.99 | 0.13 | 13.57 | 0.98 | 0.44 |
| Hex | DF | 34 | 2 | 0 | 4D | 63 | D | E | 62 | 2C |
| Octal | 337 | 64 | 2 | 0 | 115 | 143 | 15 | 16 | 142 | 54 |
| Binary | 11011111 | 110100 | 10 | 0 | 1001101 | 1100011 | 1101 | 1110 | 1100010 | 101100 |
Color Harmonies of #DF3402
Complementary color
Monochromatic Colors of #DF3402
Black with #DF3402
Text Example
Text Example
White with #DF3402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3402; }
p { color: rgb(223,52,2); }
H1.HeaderClassName
{
color: #DF3402;
}
.AnyTagClassName
{
color: #DF3402;
}
</style>
background-color css
<style>
a { background-color: #DF3402; }
a { background-color: rgb(223,52,2); }
div.DivClassName
{
background-color: #DF3402;
}
.BgClassName
{
background-color: #DF3402;
}
</style>
border-color css
<style>
span { border-color: #DF3402; }
span { border-color: rgb(223,52,2); }
td.TdClassName
{
border-color: #DF3402;
}
.TagClassName
{
border-color: #DF3402;
}
</style>