Html Css Color HEX #DC2902 Harley Davidson Orange
📋 copy color: '#DC2902'red 220 ◦ green 41 ◦ blue 2
Shades of Harley Davidson Orange #DC2902
Tints of Harley Davidson Orange #DC2902
RGB
CMYK
RGB Variations
Color information
#DC2902 (or 0xDC2902) is known color: Harley Davidson Orange. HEX triplet: DC, 29 and 02. RGB value is (220,41,2). Sum of RGB (Red+Green+Blue) = 220+41+2=263 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.65% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2902 is #23D6FD. Grayscale: #5A5A5A. Windows color (decimal): -2348798 or 141788. OLE color: 141788.
HSL color Cylindrical-coordinate representation of color #DC2902: hue angle of 10.73º 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 #DC2902 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 2 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.14 |
| HSL | 10.73º | 0.98% | 0.44% | - |
| HSV(B) | 10.73º | 0.99% | 0.86% | - |
| XYZ | 30.32 | 16.81 | 1.7 | - |
| YUV | 90.08 | 78.3 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 2 | 0 | 0.81 | 0.99 | 0.14 | 10.73 | 0.98 | 0.44 |
| Hex | DC | 29 | 2 | 0 | 51 | 63 | E | B | 62 | 2C |
| Octal | 334 | 51 | 2 | 0 | 121 | 143 | 16 | 13 | 142 | 54 |
| Binary | 11011100 | 101001 | 10 | 0 | 1010001 | 1100011 | 1110 | 1011 | 1100010 | 101100 |
Color Harmonies of #DC2902
Complementary color
Monochromatic Colors of #DC2902
Black with #DC2902
Text Example
Text Example
White with #DC2902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2902; }
p { color: rgb(220,41,2); }
H1.HeaderClassName
{
color: #DC2902;
}
.AnyTagClassName
{
color: #DC2902;
}
</style>
background-color css
<style>
a { background-color: #DC2902; }
a { background-color: rgb(220,41,2); }
div.DivClassName
{
background-color: #DC2902;
}
.BgClassName
{
background-color: #DC2902;
}
</style>
border-color css
<style>
span { border-color: #DC2902; }
span { border-color: rgb(220,41,2); }
td.TdClassName
{
border-color: #DC2902;
}
.TagClassName
{
border-color: #DC2902;
}
</style>