Html Css Color HEX #DC270F Harley Davidson Orange
📋 copy color: '#DC270F'red 220 ◦ green 39 ◦ blue 15
Shades of Harley Davidson Orange #DC270F
Tints of Harley Davidson Orange #DC270F
RGB
CMYK
RGB Variations
Color information
#DC270F (or 0xDC270F) is known color: Harley Davidson Orange. HEX triplet: DC, 27 and 0F. RGB value is (220,39,15). Sum of RGB (Red+Green+Blue) = 220+39+15=274 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.29% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 220 - color contains mainly: red. Hex color #DC270F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC270F is #23D8F0. Grayscale: #5A5A5A. Windows color (decimal): -2349297 or 993244. OLE color: 993244.
HSL color Cylindrical-coordinate representation of color #DC270F: hue angle of 7.02º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC270F is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 15 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.14 |
| HSL | 7.02º | 0.87% | 0.46% | - |
| HSV(B) | 7.02º | 0.93% | 0.86% | - |
| XYZ | 30.33 | 16.7 | 2.08 | - |
| YUV | 90.38 | 85.47 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 15 | 0 | 0.82 | 0.93 | 0.14 | 7.02 | 0.87 | 0.46 |
| Hex | DC | 27 | F | 0 | 52 | 5D | E | 7 | 57 | 2E |
| Octal | 334 | 47 | 17 | 0 | 122 | 135 | 16 | 7 | 127 | 56 |
| Binary | 11011100 | 100111 | 1111 | 0 | 1010010 | 1011101 | 1110 | 111 | 1010111 | 101110 |
Color Harmonies of #DC270F
Complementary color
Monochromatic Colors of #DC270F
Black with #DC270F
Text Example
Text Example
White with #DC270F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC270F; }
p { color: rgb(220,39,15); }
H1.HeaderClassName
{
color: #DC270F;
}
.AnyTagClassName
{
color: #DC270F;
}
</style>
background-color css
<style>
a { background-color: #DC270F; }
a { background-color: rgb(220,39,15); }
div.DivClassName
{
background-color: #DC270F;
}
.BgClassName
{
background-color: #DC270F;
}
</style>
border-color css
<style>
span { border-color: #DC270F; }
span { border-color: rgb(220,39,15); }
td.TdClassName
{
border-color: #DC270F;
}
.TagClassName
{
border-color: #DC270F;
}
</style>