Html Css Color HEX #DC2302 Harley Davidson Orange
📋 copy color: '#DC2302'red 220 ◦ green 35 ◦ blue 2
Shades of Harley Davidson Orange #DC2302
Tints of Harley Davidson Orange #DC2302
RGB
CMYK
RGB Variations
Color information
#DC2302 (or 0xDC2302) is known color: Harley Davidson Orange. HEX triplet: DC, 23 and 02. RGB value is (220,35,2). Sum of RGB (Red+Green+Blue) = 220+35+2=257 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.60% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2302 is #23DCFD. Grayscale: #565656. Windows color (decimal): -2350334 or 140252. OLE color: 140252.
HSL color Cylindrical-coordinate representation of color #DC2302: hue angle of 9.08º 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 #DC2302 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.14 |
| HSL | 9.08º | 0.98% | 0.44% | - |
| HSV(B) | 9.08º | 0.99% | 0.86% | - |
| XYZ | 30.13 | 16.42 | 1.64 | - |
| YUV | 86.55 | 80.29 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 2 | 0 | 0.84 | 0.99 | 0.14 | 9.08 | 0.98 | 0.44 |
| Hex | DC | 23 | 2 | 0 | 54 | 63 | E | 9 | 62 | 2C |
| Octal | 334 | 43 | 2 | 0 | 124 | 143 | 16 | 11 | 142 | 54 |
| Binary | 11011100 | 100011 | 10 | 0 | 1010100 | 1100011 | 1110 | 1001 | 1100010 | 101100 |
Color Harmonies of #DC2302
Complementary color
Monochromatic Colors of #DC2302
Black with #DC2302
Text Example
Text Example
White with #DC2302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2302; }
p { color: rgb(220,35,2); }
H1.HeaderClassName
{
color: #DC2302;
}
.AnyTagClassName
{
color: #DC2302;
}
</style>
background-color css
<style>
a { background-color: #DC2302; }
a { background-color: rgb(220,35,2); }
div.DivClassName
{
background-color: #DC2302;
}
.BgClassName
{
background-color: #DC2302;
}
</style>
border-color css
<style>
span { border-color: #DC2302; }
span { border-color: rgb(220,35,2); }
td.TdClassName
{
border-color: #DC2302;
}
.TagClassName
{
border-color: #DC2302;
}
</style>