Html Css Color HEX #DC1C02 Harley Davidson Orange
📋 copy color: '#DC1C02'red 220 ◦ green 28 ◦ blue 2
Shades of Harley Davidson Orange #DC1C02
Tints of Harley Davidson Orange #DC1C02
RGB
CMYK
RGB Variations
Color information
#DC1C02 (or 0xDC1C02) is known color: Harley Davidson Orange. HEX triplet: DC, 1C and 02. RGB value is (220,28,2). Sum of RGB (Red+Green+Blue) = 220+28+2=250 (33% of max value = 765). Red value is 220 (86.33% from 255 or 88% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1C02 is #23E3FD. Grayscale: #525252. Windows color (decimal): -2352126 or 138460. OLE color: 138460.
HSL color Cylindrical-coordinate representation of color #DC1C02: hue angle of 7.16º 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 #DC1C02 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 28 | 2 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.14 |
| HSL | 7.16º | 0.98% | 0.44% | - |
| HSV(B) | 7.16º | 0.99% | 0.86% | - |
| XYZ | 29.94 | 16.05 | 1.58 | - |
| YUV | 82.44 | 82.61 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 2 | 0 | 0.87 | 0.99 | 0.14 | 7.16 | 0.98 | 0.44 |
| Hex | DC | 1C | 2 | 0 | 57 | 63 | E | 7 | 62 | 2C |
| Octal | 334 | 34 | 2 | 0 | 127 | 143 | 16 | 7 | 142 | 54 |
| Binary | 11011100 | 11100 | 10 | 0 | 1010111 | 1100011 | 1110 | 111 | 1100010 | 101100 |
Color Harmonies of #DC1C02
Complementary color
Monochromatic Colors of #DC1C02
Black with #DC1C02
Text Example
Text Example
White with #DC1C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1C02; }
p { color: rgb(220,28,2); }
H1.HeaderClassName
{
color: #DC1C02;
}
.AnyTagClassName
{
color: #DC1C02;
}
</style>
background-color css
<style>
a { background-color: #DC1C02; }
a { background-color: rgb(220,28,2); }
div.DivClassName
{
background-color: #DC1C02;
}
.BgClassName
{
background-color: #DC1C02;
}
</style>
border-color css
<style>
span { border-color: #DC1C02; }
span { border-color: rgb(220,28,2); }
td.TdClassName
{
border-color: #DC1C02;
}
.TagClassName
{
border-color: #DC1C02;
}
</style>