Html Css Color HEX #DF3B09 Harley Davidson Orange
📋 copy color: '#DF3B09'red 223 ◦ green 59 ◦ blue 9
Shades of Harley Davidson Orange #DF3B09
Tints of Harley Davidson Orange #DF3B09
RGB
CMYK
RGB Variations
Color information
#DF3B09 (or 0xDF3B09) is known color: Harley Davidson Orange. HEX triplet: DF, 3B and 09. RGB value is (223,59,9). Sum of RGB (Red+Green+Blue) = 223+59+9=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3B09 is #20C4F6. Grayscale: #666666. Windows color (decimal): -2147575 or 605151. OLE color: 605151.
HSL color Cylindrical-coordinate representation of color #DF3B09: hue angle of 14.02º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF3B09 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 59 | 9 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.13 |
| HSL | 14.02º | 0.92% | 0.45% | - |
| HSV(B) | 14.02º | 0.96% | 0.87% | - |
| XYZ | 32.04 | 18.84 | 2.21 | - |
| YUV | 102.34 | 75.33 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 59 | 9 | 0 | 0.74 | 0.96 | 0.13 | 14.02 | 0.92 | 0.45 |
| Hex | DF | 3B | 9 | 0 | 4A | 60 | D | E | 5C | 2D |
| Octal | 337 | 73 | 11 | 0 | 112 | 140 | 15 | 16 | 134 | 55 |
| Binary | 11011111 | 111011 | 1001 | 0 | 1001010 | 1100000 | 1101 | 1110 | 1011100 | 101101 |
Color Harmonies of #DF3B09
Complementary color
Monochromatic Colors of #DF3B09
Black with #DF3B09
Text Example
Text Example
White with #DF3B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3B09; }
p { color: rgb(223,59,9); }
H1.HeaderClassName
{
color: #DF3B09;
}
.AnyTagClassName
{
color: #DF3B09;
}
</style>
background-color css
<style>
a { background-color: #DF3B09; }
a { background-color: rgb(223,59,9); }
div.DivClassName
{
background-color: #DF3B09;
}
.BgClassName
{
background-color: #DF3B09;
}
</style>
border-color css
<style>
span { border-color: #DF3B09; }
span { border-color: rgb(223,59,9); }
td.TdClassName
{
border-color: #DF3B09;
}
.TagClassName
{
border-color: #DF3B09;
}
</style>