Html Css Color HEX #DF4213 Harley Davidson Orange
📋 copy color: '#DF4213'red 223 ◦ green 66 ◦ blue 19
Shades of Harley Davidson Orange #DF4213
Tints of Harley Davidson Orange #DF4213
RGB
CMYK
RGB Variations
Color information
#DF4213 (or 0xDF4213) is known color: Harley Davidson Orange. HEX triplet: DF, 42 and 13. RGB value is (223,66,19). Sum of RGB (Red+Green+Blue) = 223+66+19=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4213 is #20BDEC. Grayscale: #6B6B6B. Windows color (decimal): -2145773 or 1262303. OLE color: 1262303.
HSL color Cylindrical-coordinate representation of color #DF4213: hue angle of 13.82º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF4213 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 19 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.13 |
| HSL | 13.82º | 0.84% | 0.47% | - |
| HSV(B) | 13.82º | 0.91% | 0.87% | - |
| XYZ | 32.5 | 19.63 | 2.69 | - |
| YUV | 107.59 | 78.01 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 19 | 0 | 0.70 | 0.91 | 0.13 | 13.82 | 0.84 | 0.47 |
| Hex | DF | 42 | 13 | 0 | 46 | 5B | D | E | 54 | 2F |
| Octal | 337 | 102 | 23 | 0 | 106 | 133 | 15 | 16 | 124 | 57 |
| Binary | 11011111 | 1000010 | 10011 | 0 | 1000110 | 1011011 | 1101 | 1110 | 1010100 | 101111 |
Color Harmonies of #DF4213
Complementary color
Monochromatic Colors of #DF4213
Black with #DF4213
Text Example
Text Example
White with #DF4213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4213; }
p { color: rgb(223,66,19); }
H1.HeaderClassName
{
color: #DF4213;
}
.AnyTagClassName
{
color: #DF4213;
}
</style>
background-color css
<style>
a { background-color: #DF4213; }
a { background-color: rgb(223,66,19); }
div.DivClassName
{
background-color: #DF4213;
}
.BgClassName
{
background-color: #DF4213;
}
</style>
border-color css
<style>
span { border-color: #DF4213; }
span { border-color: rgb(223,66,19); }
td.TdClassName
{
border-color: #DF4213;
}
.TagClassName
{
border-color: #DF4213;
}
</style>