Html Css Color HEX #DC2802 Harley Davidson Orange
📋 copy color: '#DC2802'red 220 ◦ green 40 ◦ blue 2
Shades of Harley Davidson Orange #DC2802
Tints of Harley Davidson Orange #DC2802
RGB
CMYK
RGB Variations
Color information
#DC2802 (or 0xDC2802) is known color: Harley Davidson Orange. HEX triplet: DC, 28 and 02. RGB value is (220,40,2). Sum of RGB (Red+Green+Blue) = 220+40+2=262 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.97% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2802 is #23D7FD. Grayscale: #595959. Windows color (decimal): -2349054 or 141532. OLE color: 141532.
HSL color Cylindrical-coordinate representation of color #DC2802: hue angle of 10.46º 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 #DC2802 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.14 |
| HSL | 10.46º | 0.98% | 0.44% | - |
| HSV(B) | 10.46º | 0.99% | 0.86% | - |
| XYZ | 30.28 | 16.74 | 1.69 | - |
| YUV | 89.49 | 78.63 | 221.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 2 | 0 | 0.82 | 0.99 | 0.14 | 10.46 | 0.98 | 0.44 |
| Hex | DC | 28 | 2 | 0 | 52 | 63 | E | A | 62 | 2C |
| Octal | 334 | 50 | 2 | 0 | 122 | 143 | 16 | 12 | 142 | 54 |
| Binary | 11011100 | 101000 | 10 | 0 | 1010010 | 1100011 | 1110 | 1010 | 1100010 | 101100 |
Color Harmonies of #DC2802
Complementary color
Monochromatic Colors of #DC2802
Black with #DC2802
Text Example
Text Example
White with #DC2802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2802; }
p { color: rgb(220,40,2); }
H1.HeaderClassName
{
color: #DC2802;
}
.AnyTagClassName
{
color: #DC2802;
}
</style>
background-color css
<style>
a { background-color: #DC2802; }
a { background-color: rgb(220,40,2); }
div.DivClassName
{
background-color: #DC2802;
}
.BgClassName
{
background-color: #DC2802;
}
</style>
border-color css
<style>
span { border-color: #DC2802; }
span { border-color: rgb(220,40,2); }
td.TdClassName
{
border-color: #DC2802;
}
.TagClassName
{
border-color: #DC2802;
}
</style>