Html Css Color HEX #DF1919 Harley Davidson Orange
📋 copy color: '#DF1919'red 223 ◦ green 25 ◦ blue 25
Shades of Harley Davidson Orange #DF1919
Tints of Harley Davidson Orange #DF1919
RGB
CMYK
RGB Variations
Color information
#DF1919 (or 0xDF1919) is known color: Harley Davidson Orange. HEX triplet: DF, 19 and 19. RGB value is (223,25,25). Sum of RGB (Red+Green+Blue) = 223+25+25=273 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.68% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1919 is #20E6E6. Grayscale: #545454. Windows color (decimal): -2156263 or 1645023. OLE color: 1645023.
HSL color Cylindrical-coordinate representation of color #DF1919: hue angle of 0º 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 #DF1919 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 25 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.13 |
| HSL | 0º | 0.8% | 0.49% | - |
| HSV(B) | 0º | 0.89% | 0.87% | - |
| XYZ | 30.95 | 16.45 | 2.46 | - |
| YUV | 84.2 | 94.6 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 25 | 0 | 0.89 | 0.89 | 0.13 | 0 | 0.8 | 0.49 |
| Hex | DF | 19 | 19 | 0 | 59 | 59 | D | 0 | 50 | 31 |
| Octal | 337 | 31 | 31 | 0 | 131 | 131 | 15 | 0 | 120 | 61 |
| Binary | 11011111 | 11001 | 11001 | 0 | 1011001 | 1011001 | 1101 | 0 | 1010000 | 110001 |
Color Harmonies of #DF1919
Complementary color
Monochromatic Colors of #DF1919
Black with #DF1919
Text Example
Text Example
White with #DF1919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1919; }
p { color: rgb(223,25,25); }
H1.HeaderClassName
{
color: #DF1919;
}
.AnyTagClassName
{
color: #DF1919;
}
</style>
background-color css
<style>
a { background-color: #DF1919; }
a { background-color: rgb(223,25,25); }
div.DivClassName
{
background-color: #DF1919;
}
.BgClassName
{
background-color: #DF1919;
}
</style>
border-color css
<style>
span { border-color: #DF1919; }
span { border-color: rgb(223,25,25); }
td.TdClassName
{
border-color: #DF1919;
}
.TagClassName
{
border-color: #DF1919;
}
</style>