Html Css Color HEX #DC2F0D Harley Davidson Orange
📋 copy color: '#DC2F0D'red 220 ◦ green 47 ◦ blue 13
Shades of Harley Davidson Orange #DC2F0D
Tints of Harley Davidson Orange #DC2F0D
RGB
CMYK
RGB Variations
Color information
#DC2F0D (or 0xDC2F0D) is known color: Harley Davidson Orange. HEX triplet: DC, 2F and 0D. RGB value is (220,47,13). Sum of RGB (Red+Green+Blue) = 220+47+13=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2F0D is #23D0F2. Grayscale: #5F5F5F. Windows color (decimal): -2347251 or 864220. OLE color: 864220.
HSL color Cylindrical-coordinate representation of color #DC2F0D: hue angle of 9.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC2F0D is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 13 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.14 |
| HSL | 9.86º | 0.89% | 0.46% | - |
| HSV(B) | 9.86º | 0.94% | 0.86% | - |
| XYZ | 30.6 | 17.28 | 2.1 | - |
| YUV | 94.85 | 81.81 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 13 | 0 | 0.79 | 0.94 | 0.14 | 9.86 | 0.89 | 0.46 |
| Hex | DC | 2F | D | 0 | 4F | 5E | E | A | 59 | 2E |
| Octal | 334 | 57 | 15 | 0 | 117 | 136 | 16 | 12 | 131 | 56 |
| Binary | 11011100 | 101111 | 1101 | 0 | 1001111 | 1011110 | 1110 | 1010 | 1011001 | 101110 |
Color Harmonies of #DC2F0D
Complementary color
Monochromatic Colors of #DC2F0D
Black with #DC2F0D
Text Example
Text Example
White with #DC2F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2F0D; }
p { color: rgb(220,47,13); }
H1.HeaderClassName
{
color: #DC2F0D;
}
.AnyTagClassName
{
color: #DC2F0D;
}
</style>
background-color css
<style>
a { background-color: #DC2F0D; }
a { background-color: rgb(220,47,13); }
div.DivClassName
{
background-color: #DC2F0D;
}
.BgClassName
{
background-color: #DC2F0D;
}
</style>
border-color css
<style>
span { border-color: #DC2F0D; }
span { border-color: rgb(220,47,13); }
td.TdClassName
{
border-color: #DC2F0D;
}
.TagClassName
{
border-color: #DC2F0D;
}
</style>