Html Css Color HEX #DF270F Harley Davidson Orange
📋 copy color: '#DF270F'red 223 ◦ green 39 ◦ blue 15
Shades of Harley Davidson Orange #DF270F
Tints of Harley Davidson Orange #DF270F
RGB
CMYK
RGB Variations
Color information
#DF270F (or 0xDF270F) is known color: Harley Davidson Orange. HEX triplet: DF, 27 and 0F. RGB value is (223,39,15). Sum of RGB (Red+Green+Blue) = 223+39+15=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF270F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF270F is #20D8F0. Grayscale: #5B5B5B. Windows color (decimal): -2152689 or 993247. OLE color: 993247.
HSL color Cylindrical-coordinate representation of color #DF270F: hue angle of 6.92º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF270F is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 15 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.13 |
| HSL | 6.92º | 0.87% | 0.47% | - |
| HSV(B) | 6.92º | 0.93% | 0.87% | - |
| XYZ | 31.24 | 17.17 | 2.12 | - |
| YUV | 91.28 | 84.96 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 15 | 0 | 0.83 | 0.93 | 0.13 | 6.92 | 0.87 | 0.47 |
| Hex | DF | 27 | F | 0 | 53 | 5D | D | 7 | 57 | 2F |
| Octal | 337 | 47 | 17 | 0 | 123 | 135 | 15 | 7 | 127 | 57 |
| Binary | 11011111 | 100111 | 1111 | 0 | 1010011 | 1011101 | 1101 | 111 | 1010111 | 101111 |
Color Harmonies of #DF270F
Complementary color
Monochromatic Colors of #DF270F
Black with #DF270F
Text Example
Text Example
White with #DF270F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF270F; }
p { color: rgb(223,39,15); }
H1.HeaderClassName
{
color: #DF270F;
}
.AnyTagClassName
{
color: #DF270F;
}
</style>
background-color css
<style>
a { background-color: #DF270F; }
a { background-color: rgb(223,39,15); }
div.DivClassName
{
background-color: #DF270F;
}
.BgClassName
{
background-color: #DF270F;
}
</style>
border-color css
<style>
span { border-color: #DF270F; }
span { border-color: rgb(223,39,15); }
td.TdClassName
{
border-color: #DF270F;
}
.TagClassName
{
border-color: #DF270F;
}
</style>