Html Css Color HEX #DF300B Harley Davidson Orange
📋 copy color: '#DF300B'red 223 ◦ green 48 ◦ blue 11
Shades of Harley Davidson Orange #DF300B
Tints of Harley Davidson Orange #DF300B
RGB
CMYK
RGB Variations
Color information
#DF300B (or 0xDF300B) is known color: Harley Davidson Orange. HEX triplet: DF, 30 and 0B. RGB value is (223,48,11). Sum of RGB (Red+Green+Blue) = 223+48+11=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF300B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF300B is #20CFF4. Grayscale: #606060. Windows color (decimal): -2150389 or 733407. OLE color: 733407.
HSL color Cylindrical-coordinate representation of color #DF300B: hue angle of 10.47º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF300B is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 11 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.13 |
| HSL | 10.47º | 0.91% | 0.46% | - |
| HSV(B) | 10.47º | 0.95% | 0.87% | - |
| XYZ | 31.55 | 17.83 | 2.09 | - |
| YUV | 96.11 | 79.98 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 11 | 0 | 0.78 | 0.95 | 0.13 | 10.47 | 0.91 | 0.46 |
| Hex | DF | 30 | B | 0 | 4E | 5F | D | A | 5B | 2E |
| Octal | 337 | 60 | 13 | 0 | 116 | 137 | 15 | 12 | 133 | 56 |
| Binary | 11011111 | 110000 | 1011 | 0 | 1001110 | 1011111 | 1101 | 1010 | 1011011 | 101110 |
Color Harmonies of #DF300B
Complementary color
Monochromatic Colors of #DF300B
Black with #DF300B
Text Example
Text Example
White with #DF300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF300B; }
p { color: rgb(223,48,11); }
H1.HeaderClassName
{
color: #DF300B;
}
.AnyTagClassName
{
color: #DF300B;
}
</style>
background-color css
<style>
a { background-color: #DF300B; }
a { background-color: rgb(223,48,11); }
div.DivClassName
{
background-color: #DF300B;
}
.BgClassName
{
background-color: #DF300B;
}
</style>
border-color css
<style>
span { border-color: #DF300B; }
span { border-color: rgb(223,48,11); }
td.TdClassName
{
border-color: #DF300B;
}
.TagClassName
{
border-color: #DF300B;
}
</style>