Html Css Color HEX #DF4319 Harley Davidson Orange
📋 copy color: '#DF4319'red 223 ◦ green 67 ◦ blue 25
Shades of Harley Davidson Orange #DF4319
Tints of Harley Davidson Orange #DF4319
RGB
CMYK
RGB Variations
Color information
#DF4319 (or 0xDF4319) is known color: Harley Davidson Orange. HEX triplet: DF, 43 and 19. RGB value is (223,67,25). Sum of RGB (Red+Green+Blue) = 223+67+25=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4319 is #20BCE6. Grayscale: #6D6D6D. Windows color (decimal): -2145511 or 1655775. OLE color: 1655775.
HSL color Cylindrical-coordinate representation of color #DF4319: hue angle of 12.73º 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 #DF4319 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 67 | 25 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.13 |
| HSL | 12.73º | 0.8% | 0.49% | - |
| HSV(B) | 12.73º | 0.89% | 0.87% | - |
| XYZ | 32.61 | 19.77 | 3.02 | - |
| YUV | 108.86 | 80.68 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 25 | 0 | 0.70 | 0.89 | 0.13 | 12.73 | 0.8 | 0.49 |
| Hex | DF | 43 | 19 | 0 | 46 | 59 | D | D | 50 | 31 |
| Octal | 337 | 103 | 31 | 0 | 106 | 131 | 15 | 15 | 120 | 61 |
| Binary | 11011111 | 1000011 | 11001 | 0 | 1000110 | 1011001 | 1101 | 1101 | 1010000 | 110001 |
Color Harmonies of #DF4319
Complementary color
Monochromatic Colors of #DF4319
Black with #DF4319
Text Example
Text Example
White with #DF4319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4319; }
p { color: rgb(223,67,25); }
H1.HeaderClassName
{
color: #DF4319;
}
.AnyTagClassName
{
color: #DF4319;
}
</style>
background-color css
<style>
a { background-color: #DF4319; }
a { background-color: rgb(223,67,25); }
div.DivClassName
{
background-color: #DF4319;
}
.BgClassName
{
background-color: #DF4319;
}
</style>
border-color css
<style>
span { border-color: #DF4319; }
span { border-color: rgb(223,67,25); }
td.TdClassName
{
border-color: #DF4319;
}
.TagClassName
{
border-color: #DF4319;
}
</style>