Html Css Color HEX #DC1D13 Harley Davidson Orange
📋 copy color: '#DC1D13'red 220 ◦ green 29 ◦ blue 19
Shades of Harley Davidson Orange #DC1D13
Tints of Harley Davidson Orange #DC1D13
RGB
CMYK
RGB Variations
Color information
#DC1D13 (or 0xDC1D13) is known color: Harley Davidson Orange. HEX triplet: DC, 1D and 13. RGB value is (220,29,19). Sum of RGB (Red+Green+Blue) = 220+29+19=268 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.09% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1D13 is #23E2EC. Grayscale: #555555. Windows color (decimal): -2351853 or 1252828. OLE color: 1252828.
HSL color Cylindrical-coordinate representation of color #DC1D13: hue angle of 2.99º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1D13 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 29 | 19 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.14 |
| HSL | 2.99º | 0.84% | 0.47% | - |
| HSV(B) | 2.99º | 0.91% | 0.86% | - |
| XYZ | 30.07 | 16.14 | 2.15 | - |
| YUV | 84.97 | 90.78 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 29 | 19 | 0 | 0.87 | 0.91 | 0.14 | 2.99 | 0.84 | 0.47 |
| Hex | DC | 1D | 13 | 0 | 57 | 5B | E | 3 | 54 | 2F |
| Octal | 334 | 35 | 23 | 0 | 127 | 133 | 16 | 3 | 124 | 57 |
| Binary | 11011100 | 11101 | 10011 | 0 | 1010111 | 1011011 | 1110 | 11 | 1010100 | 101111 |
Color Harmonies of #DC1D13
Complementary color
Monochromatic Colors of #DC1D13
Black with #DC1D13
Text Example
Text Example
White with #DC1D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1D13; }
p { color: rgb(220,29,19); }
H1.HeaderClassName
{
color: #DC1D13;
}
.AnyTagClassName
{
color: #DC1D13;
}
</style>
background-color css
<style>
a { background-color: #DC1D13; }
a { background-color: rgb(220,29,19); }
div.DivClassName
{
background-color: #DC1D13;
}
.BgClassName
{
background-color: #DC1D13;
}
</style>
border-color css
<style>
span { border-color: #DC1D13; }
span { border-color: rgb(220,29,19); }
td.TdClassName
{
border-color: #DC1D13;
}
.TagClassName
{
border-color: #DC1D13;
}
</style>