Html Css Color HEX #DA270F Harley Davidson Orange
📋 copy color: '#DA270F'red 218 ◦ green 39 ◦ blue 15
Shades of Harley Davidson Orange #DA270F
Tints of Harley Davidson Orange #DA270F
RGB
CMYK
RGB Variations
Color information
#DA270F (or 0xDA270F) is known color: Harley Davidson Orange. HEX triplet: DA, 27 and 0F. RGB value is (218,39,15). Sum of RGB (Red+Green+Blue) = 218+39+15=272 (36% of max value = 765). Red value is 218 (85.55% from 255 or 80.15% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 218 - color contains mainly: red. Hex color #DA270F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA270F is #25D8F0. Grayscale: #5A5A5A. Windows color (decimal): -2480369 or 993242. OLE color: 993242.
HSL color Cylindrical-coordinate representation of color #DA270F: hue angle of 7.09º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA270F is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 15 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.15 |
| HSL | 7.09º | 0.87% | 0.46% | - |
| HSV(B) | 7.09º | 0.93% | 0.85% | - |
| XYZ | 29.73 | 16.39 | 2.05 | - |
| YUV | 89.79 | 85.8 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 15 | 0 | 0.82 | 0.93 | 0.15 | 7.09 | 0.87 | 0.46 |
| Hex | DA | 27 | F | 0 | 52 | 5D | F | 7 | 57 | 2E |
| Octal | 332 | 47 | 17 | 0 | 122 | 135 | 17 | 7 | 127 | 56 |
| Binary | 11011010 | 100111 | 1111 | 0 | 1010010 | 1011101 | 1111 | 111 | 1010111 | 101110 |
Color Harmonies of #DA270F
Complementary color
Monochromatic Colors of #DA270F
Black with #DA270F
Text Example
Text Example
White with #DA270F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA270F; }
p { color: rgb(218,39,15); }
H1.HeaderClassName
{
color: #DA270F;
}
.AnyTagClassName
{
color: #DA270F;
}
</style>
background-color css
<style>
a { background-color: #DA270F; }
a { background-color: rgb(218,39,15); }
div.DivClassName
{
background-color: #DA270F;
}
.BgClassName
{
background-color: #DA270F;
}
</style>
border-color css
<style>
span { border-color: #DA270F; }
span { border-color: rgb(218,39,15); }
td.TdClassName
{
border-color: #DA270F;
}
.TagClassName
{
border-color: #DA270F;
}
</style>