Html Css Color HEX #DF271E Harley Davidson Orange
📋 copy color: '#DF271E'red 223 ◦ green 39 ◦ blue 30
Shades of Harley Davidson Orange #DF271E
Tints of Harley Davidson Orange #DF271E
RGB
CMYK
RGB Variations
Color information
#DF271E (or 0xDF271E) is known color: Harley Davidson Orange. HEX triplet: DF, 27 and 1E. RGB value is (223,39,30). Sum of RGB (Red+Green+Blue) = 223+39+30=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF271E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF271E is #20D8E1. Grayscale: #5D5D5D. Windows color (decimal): -2152674 or 1976287. OLE color: 1976287.
HSL color Cylindrical-coordinate representation of color #DF271E: hue angle of 2.8º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF271E is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 30 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.13 |
| HSL | 2.8º | 0.76% | 0.5% | - |
| HSV(B) | 2.8º | 0.87% | 0.87% | - |
| XYZ | 31.39 | 17.23 | 2.9 | - |
| YUV | 92.99 | 92.46 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 30 | 0 | 0.83 | 0.87 | 0.13 | 2.8 | 0.76 | 0.5 |
| Hex | DF | 27 | 1E | 0 | 53 | 57 | D | 3 | 4C | 32 |
| Octal | 337 | 47 | 36 | 0 | 123 | 127 | 15 | 3 | 114 | 62 |
| Binary | 11011111 | 100111 | 11110 | 0 | 1010011 | 1010111 | 1101 | 11 | 1001100 | 110010 |
Color Harmonies of #DF271E
Complementary color
Monochromatic Colors of #DF271E
Black with #DF271E
Text Example
Text Example
White with #DF271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF271E; }
p { color: rgb(223,39,30); }
H1.HeaderClassName
{
color: #DF271E;
}
.AnyTagClassName
{
color: #DF271E;
}
</style>
background-color css
<style>
a { background-color: #DF271E; }
a { background-color: rgb(223,39,30); }
div.DivClassName
{
background-color: #DF271E;
}
.BgClassName
{
background-color: #DF271E;
}
</style>
border-color css
<style>
span { border-color: #DF271E; }
span { border-color: rgb(223,39,30); }
td.TdClassName
{
border-color: #DF271E;
}
.TagClassName
{
border-color: #DF271E;
}
</style>