Html Css Color HEX #DC420D Harley Davidson Orange
📋 copy color: '#DC420D'red 220 ◦ green 66 ◦ blue 13
Shades of Harley Davidson Orange #DC420D
Tints of Harley Davidson Orange #DC420D
RGB
CMYK
RGB Variations
Color information
#DC420D (or 0xDC420D) is known color: Harley Davidson Orange. HEX triplet: DC, 42 and 0D. RGB value is (220,66,13). Sum of RGB (Red+Green+Blue) = 220+66+13=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC420D is #23BDF2. Grayscale: #6A6A6A. Windows color (decimal): -2342387 or 869084. OLE color: 869084.
HSL color Cylindrical-coordinate representation of color #DC420D: hue angle of 15.36º 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 #DC420D is Cyan = 0, Magento = 0.7, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 13 | - |
| CMYK | 0 | 0.7 | 0.94 | 0.14 |
| HSL | 15.36º | 0.89% | 0.46% | - |
| HSV(B) | 15.36º | 0.94% | 0.86% | - |
| XYZ | 31.54 | 19.14 | 2.41 | - |
| YUV | 106 | 75.52 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 13 | 0 | 0.7 | 0.94 | 0.14 | 15.36 | 0.89 | 0.46 |
| Hex | DC | 42 | D | 0 | 46 | 5E | E | F | 59 | 2E |
| Octal | 334 | 102 | 15 | 0 | 106 | 136 | 16 | 17 | 131 | 56 |
| Binary | 11011100 | 1000010 | 1101 | 0 | 1000110 | 1011110 | 1110 | 1111 | 1011001 | 101110 |
Color Harmonies of #DC420D
Complementary color
Monochromatic Colors of #DC420D
Black with #DC420D
Text Example
Text Example
White with #DC420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC420D; }
p { color: rgb(220,66,13); }
H1.HeaderClassName
{
color: #DC420D;
}
.AnyTagClassName
{
color: #DC420D;
}
</style>
background-color css
<style>
a { background-color: #DC420D; }
a { background-color: rgb(220,66,13); }
div.DivClassName
{
background-color: #DC420D;
}
.BgClassName
{
background-color: #DC420D;
}
</style>
border-color css
<style>
span { border-color: #DC420D; }
span { border-color: rgb(220,66,13); }
td.TdClassName
{
border-color: #DC420D;
}
.TagClassName
{
border-color: #DC420D;
}
</style>