Html Css Color HEX #DF3D02 Harley Davidson Orange
📋 copy color: '#DF3D02'red 223 ◦ green 61 ◦ blue 2
Shades of Harley Davidson Orange #DF3D02
Tints of Harley Davidson Orange #DF3D02
RGB
CMYK
RGB Variations
Color information
#DF3D02 (or 0xDF3D02) is known color: Harley Davidson Orange. HEX triplet: DF, 3D and 02. RGB value is (223,61,2). Sum of RGB (Red+Green+Blue) = 223+61+2=286 (37% of max value = 765). Red value is 223 (87.5% from 255 or 77.97% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3D02 is #20C2FD. Grayscale: #676767. Windows color (decimal): -2147070 or 146911. OLE color: 146911.
HSL color Cylindrical-coordinate representation of color #DF3D02: hue angle of 16.02º 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 #DF3D02 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.13 |
| HSL | 16.02º | 0.98% | 0.44% | - |
| HSV(B) | 16.02º | 0.99% | 0.87% | - |
| XYZ | 32.11 | 19.03 | 2.04 | - |
| YUV | 102.71 | 71.17 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 2 | 0 | 0.73 | 0.99 | 0.13 | 16.02 | 0.98 | 0.44 |
| Hex | DF | 3D | 2 | 0 | 49 | 63 | D | 10 | 62 | 2C |
| Octal | 337 | 75 | 2 | 0 | 111 | 143 | 15 | 20 | 142 | 54 |
| Binary | 11011111 | 111101 | 10 | 0 | 1001001 | 1100011 | 1101 | 10000 | 1100010 | 101100 |
Color Harmonies of #DF3D02
Complementary color
Monochromatic Colors of #DF3D02
Black with #DF3D02
Text Example
Text Example
White with #DF3D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3D02; }
p { color: rgb(223,61,2); }
H1.HeaderClassName
{
color: #DF3D02;
}
.AnyTagClassName
{
color: #DF3D02;
}
</style>
background-color css
<style>
a { background-color: #DF3D02; }
a { background-color: rgb(223,61,2); }
div.DivClassName
{
background-color: #DF3D02;
}
.BgClassName
{
background-color: #DF3D02;
}
</style>
border-color css
<style>
span { border-color: #DF3D02; }
span { border-color: rgb(223,61,2); }
td.TdClassName
{
border-color: #DF3D02;
}
.TagClassName
{
border-color: #DF3D02;
}
</style>