Html Css Color HEX #DF271B Harley Davidson Orange
📋 copy color: '#DF271B'red 223 ◦ green 39 ◦ blue 27
Shades of Harley Davidson Orange #DF271B
Tints of Harley Davidson Orange #DF271B
RGB
CMYK
RGB Variations
Color information
#DF271B (or 0xDF271B) is known color: Harley Davidson Orange. HEX triplet: DF, 27 and 1B. RGB value is (223,39,27). Sum of RGB (Red+Green+Blue) = 223+39+27=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF271B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF271B is #20D8E4. Grayscale: #5C5C5C. Windows color (decimal): -2152677 or 1779679. OLE color: 1779679.
HSL color Cylindrical-coordinate representation of color #DF271B: hue angle of 3.67º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF271B is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 27 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.13 |
| HSL | 3.67º | 0.78% | 0.49% | - |
| HSV(B) | 3.67º | 0.88% | 0.87% | - |
| XYZ | 31.35 | 17.22 | 2.71 | - |
| YUV | 92.65 | 90.96 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 27 | 0 | 0.83 | 0.88 | 0.13 | 3.67 | 0.78 | 0.49 |
| Hex | DF | 27 | 1B | 0 | 53 | 58 | D | 4 | 4E | 31 |
| Octal | 337 | 47 | 33 | 0 | 123 | 130 | 15 | 4 | 116 | 61 |
| Binary | 11011111 | 100111 | 11011 | 0 | 1010011 | 1011000 | 1101 | 100 | 1001110 | 110001 |
Color Harmonies of #DF271B
Complementary color
Monochromatic Colors of #DF271B
Black with #DF271B
Text Example
Text Example
White with #DF271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF271B; }
p { color: rgb(223,39,27); }
H1.HeaderClassName
{
color: #DF271B;
}
.AnyTagClassName
{
color: #DF271B;
}
</style>
background-color css
<style>
a { background-color: #DF271B; }
a { background-color: rgb(223,39,27); }
div.DivClassName
{
background-color: #DF271B;
}
.BgClassName
{
background-color: #DF271B;
}
</style>
border-color css
<style>
span { border-color: #DF271B; }
span { border-color: rgb(223,39,27); }
td.TdClassName
{
border-color: #DF271B;
}
.TagClassName
{
border-color: #DF271B;
}
</style>