Html Css Color HEX #DC3F02 Harley Davidson Orange
📋 copy color: '#DC3F02'red 220 ◦ green 63 ◦ blue 2
Shades of Harley Davidson Orange #DC3F02
Tints of Harley Davidson Orange #DC3F02
RGB
CMYK
RGB Variations
Color information
#DC3F02 (or 0xDC3F02) is known color: Harley Davidson Orange. HEX triplet: DC, 3F and 02. RGB value is (220,63,2). Sum of RGB (Red+Green+Blue) = 220+63+2=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3F02 is #23C0FD. Grayscale: #676767. Windows color (decimal): -2343166 or 147420. OLE color: 147420.
HSL color Cylindrical-coordinate representation of color #DC3F02: hue angle of 16.79º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC3F02 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.14 |
| HSL | 16.79º | 0.98% | 0.44% | - |
| HSV(B) | 16.79º | 0.99% | 0.86% | - |
| XYZ | 31.3 | 18.78 | 2.03 | - |
| YUV | 102.99 | 71.01 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 2 | 0 | 0.71 | 0.99 | 0.14 | 16.79 | 0.98 | 0.44 |
| Hex | DC | 3F | 2 | 0 | 47 | 63 | E | 11 | 62 | 2C |
| Octal | 334 | 77 | 2 | 0 | 107 | 143 | 16 | 21 | 142 | 54 |
| Binary | 11011100 | 111111 | 10 | 0 | 1000111 | 1100011 | 1110 | 10001 | 1100010 | 101100 |
Color Harmonies of #DC3F02
Complementary color
Monochromatic Colors of #DC3F02
Black with #DC3F02
Text Example
Text Example
White with #DC3F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F02; }
p { color: rgb(220,63,2); }
H1.HeaderClassName
{
color: #DC3F02;
}
.AnyTagClassName
{
color: #DC3F02;
}
</style>
background-color css
<style>
a { background-color: #DC3F02; }
a { background-color: rgb(220,63,2); }
div.DivClassName
{
background-color: #DC3F02;
}
.BgClassName
{
background-color: #DC3F02;
}
</style>
border-color css
<style>
span { border-color: #DC3F02; }
span { border-color: rgb(220,63,2); }
td.TdClassName
{
border-color: #DC3F02;
}
.TagClassName
{
border-color: #DC3F02;
}
</style>