Html Css Color HEX #DC270D Harley Davidson Orange
📋 copy color: '#DC270D'red 220 ◦ green 39 ◦ blue 13
Shades of Harley Davidson Orange #DC270D
Tints of Harley Davidson Orange #DC270D
RGB
CMYK
RGB Variations
Color information
#DC270D (or 0xDC270D) is known color: Harley Davidson Orange. HEX triplet: DC, 27 and 0D. RGB value is (220,39,13). Sum of RGB (Red+Green+Blue) = 220+39+13=272 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.88% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 220 - color contains mainly: red. Hex color #DC270D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC270D is #23D8F2. Grayscale: #5A5A5A. Windows color (decimal): -2349299 or 862172. OLE color: 862172.
HSL color Cylindrical-coordinate representation of color #DC270D: hue angle of 7.54º 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 #DC270D is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 13 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.14 |
| HSL | 7.54º | 0.89% | 0.46% | - |
| HSV(B) | 7.54º | 0.94% | 0.86% | - |
| XYZ | 30.31 | 16.7 | 2.01 | - |
| YUV | 90.16 | 84.47 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 13 | 0 | 0.82 | 0.94 | 0.14 | 7.54 | 0.89 | 0.46 |
| Hex | DC | 27 | D | 0 | 52 | 5E | E | 8 | 59 | 2E |
| Octal | 334 | 47 | 15 | 0 | 122 | 136 | 16 | 10 | 131 | 56 |
| Binary | 11011100 | 100111 | 1101 | 0 | 1010010 | 1011110 | 1110 | 1000 | 1011001 | 101110 |
Color Harmonies of #DC270D
Complementary color
Monochromatic Colors of #DC270D
Black with #DC270D
Text Example
Text Example
White with #DC270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC270D; }
p { color: rgb(220,39,13); }
H1.HeaderClassName
{
color: #DC270D;
}
.AnyTagClassName
{
color: #DC270D;
}
</style>
background-color css
<style>
a { background-color: #DC270D; }
a { background-color: rgb(220,39,13); }
div.DivClassName
{
background-color: #DC270D;
}
.BgClassName
{
background-color: #DC270D;
}
</style>
border-color css
<style>
span { border-color: #DC270D; }
span { border-color: rgb(220,39,13); }
td.TdClassName
{
border-color: #DC270D;
}
.TagClassName
{
border-color: #DC270D;
}
</style>