Html Css Color HEX #DF1B19 Harley Davidson Orange
📋 copy color: '#DF1B19'red 223 ◦ green 27 ◦ blue 25
Shades of Harley Davidson Orange #DF1B19
Tints of Harley Davidson Orange #DF1B19
RGB
CMYK
RGB Variations
Color information
#DF1B19 (or 0xDF1B19) is known color: Harley Davidson Orange. HEX triplet: DF, 1B and 19. RGB value is (223,27,25). Sum of RGB (Red+Green+Blue) = 223+27+25=275 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.09% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF1B19 is #20E4E6. Grayscale: #555555. Windows color (decimal): -2155751 or 1645535. OLE color: 1645535.
HSL color Cylindrical-coordinate representation of color #DF1B19: hue angle of 0.61º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1B19 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 27 | 25 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.13 |
| HSL | 0.61º | 0.8% | 0.49% | - |
| HSV(B) | 0.61º | 0.89% | 0.87% | - |
| XYZ | 31 | 16.54 | 2.48 | - |
| YUV | 85.38 | 93.93 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 27 | 25 | 0 | 0.88 | 0.89 | 0.13 | 0.61 | 0.8 | 0.49 |
| Hex | DF | 1B | 19 | 0 | 58 | 59 | D | 1 | 50 | 31 |
| Octal | 337 | 33 | 31 | 0 | 130 | 131 | 15 | 1 | 120 | 61 |
| Binary | 11011111 | 11011 | 11001 | 0 | 1011000 | 1011001 | 1101 | 1 | 1010000 | 110001 |
Color Harmonies of #DF1B19
Complementary color
Monochromatic Colors of #DF1B19
Black with #DF1B19
Text Example
Text Example
White with #DF1B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1B19; }
p { color: rgb(223,27,25); }
H1.HeaderClassName
{
color: #DF1B19;
}
.AnyTagClassName
{
color: #DF1B19;
}
</style>
background-color css
<style>
a { background-color: #DF1B19; }
a { background-color: rgb(223,27,25); }
div.DivClassName
{
background-color: #DF1B19;
}
.BgClassName
{
background-color: #DF1B19;
}
</style>
border-color css
<style>
span { border-color: #DF1B19; }
span { border-color: rgb(223,27,25); }
td.TdClassName
{
border-color: #DF1B19;
}
.TagClassName
{
border-color: #DF1B19;
}
</style>