Html Css Color HEX #DC2702 Harley Davidson Orange
📋 copy color: '#DC2702'red 220 ◦ green 39 ◦ blue 2
Shades of Harley Davidson Orange #DC2702
Tints of Harley Davidson Orange #DC2702
RGB
CMYK
RGB Variations
Color information
#DC2702 (or 0xDC2702) is known color: Harley Davidson Orange. HEX triplet: DC, 27 and 02. RGB value is (220,39,2). Sum of RGB (Red+Green+Blue) = 220+39+2=261 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.29% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2702 is #23D8FD. Grayscale: #595959. Windows color (decimal): -2349310 or 141276. OLE color: 141276.
HSL color Cylindrical-coordinate representation of color #DC2702: hue angle of 10.18º 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 #DC2702 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.14 |
| HSL | 10.18º | 0.98% | 0.44% | - |
| HSV(B) | 10.18º | 0.99% | 0.86% | - |
| XYZ | 30.25 | 16.67 | 1.68 | - |
| YUV | 88.9 | 78.97 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 2 | 0 | 0.82 | 0.99 | 0.14 | 10.18 | 0.98 | 0.44 |
| Hex | DC | 27 | 2 | 0 | 52 | 63 | E | A | 62 | 2C |
| Octal | 334 | 47 | 2 | 0 | 122 | 143 | 16 | 12 | 142 | 54 |
| Binary | 11011100 | 100111 | 10 | 0 | 1010010 | 1100011 | 1110 | 1010 | 1100010 | 101100 |
Color Harmonies of #DC2702
Complementary color
Monochromatic Colors of #DC2702
Black with #DC2702
Text Example
Text Example
White with #DC2702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2702; }
p { color: rgb(220,39,2); }
H1.HeaderClassName
{
color: #DC2702;
}
.AnyTagClassName
{
color: #DC2702;
}
</style>
background-color css
<style>
a { background-color: #DC2702; }
a { background-color: rgb(220,39,2); }
div.DivClassName
{
background-color: #DC2702;
}
.BgClassName
{
background-color: #DC2702;
}
</style>
border-color css
<style>
span { border-color: #DC2702; }
span { border-color: rgb(220,39,2); }
td.TdClassName
{
border-color: #DC2702;
}
.TagClassName
{
border-color: #DC2702;
}
</style>