Html Css Color HEX #DC3D02 Harley Davidson Orange
📋 copy color: '#DC3D02'red 220 ◦ green 61 ◦ blue 2
Shades of Harley Davidson Orange #DC3D02
Tints of Harley Davidson Orange #DC3D02
RGB
CMYK
RGB Variations
Color information
#DC3D02 (or 0xDC3D02) is known color: Harley Davidson Orange. HEX triplet: DC, 3D and 02. RGB value is (220,61,2). Sum of RGB (Red+Green+Blue) = 220+61+2=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3D02 is #23C2FD. Grayscale: #666666. Windows color (decimal): -2343678 or 146908. OLE color: 146908.
HSL color Cylindrical-coordinate representation of color #DC3D02: hue angle of 16.24º 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 #DC3D02 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.14 |
| HSL | 16.24º | 0.98% | 0.44% | - |
| HSV(B) | 16.24º | 0.99% | 0.86% | - |
| XYZ | 31.19 | 18.56 | 2 | - |
| YUV | 101.82 | 71.68 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 2 | 0 | 0.72 | 0.99 | 0.14 | 16.24 | 0.98 | 0.44 |
| Hex | DC | 3D | 2 | 0 | 48 | 63 | E | 10 | 62 | 2C |
| Octal | 334 | 75 | 2 | 0 | 110 | 143 | 16 | 20 | 142 | 54 |
| Binary | 11011100 | 111101 | 10 | 0 | 1001000 | 1100011 | 1110 | 10000 | 1100010 | 101100 |
Color Harmonies of #DC3D02
Complementary color
Monochromatic Colors of #DC3D02
Black with #DC3D02
Text Example
Text Example
White with #DC3D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3D02; }
p { color: rgb(220,61,2); }
H1.HeaderClassName
{
color: #DC3D02;
}
.AnyTagClassName
{
color: #DC3D02;
}
</style>
background-color css
<style>
a { background-color: #DC3D02; }
a { background-color: rgb(220,61,2); }
div.DivClassName
{
background-color: #DC3D02;
}
.BgClassName
{
background-color: #DC3D02;
}
</style>
border-color css
<style>
span { border-color: #DC3D02; }
span { border-color: rgb(220,61,2); }
td.TdClassName
{
border-color: #DC3D02;
}
.TagClassName
{
border-color: #DC3D02;
}
</style>