Html Css Color HEX #DF380B Harley Davidson Orange
📋 copy color: '#DF380B'red 223 ◦ green 56 ◦ blue 11
Shades of Harley Davidson Orange #DF380B
Tints of Harley Davidson Orange #DF380B
RGB
CMYK
RGB Variations
Color information
#DF380B (or 0xDF380B) is known color: Harley Davidson Orange. HEX triplet: DF, 38 and 0B. RGB value is (223,56,11). Sum of RGB (Red+Green+Blue) = 223+56+11=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF380B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF380B is #20C7F4. Grayscale: #656565. Windows color (decimal): -2148341 or 735455. OLE color: 735455.
HSL color Cylindrical-coordinate representation of color #DF380B: hue angle of 12.74º 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 #DF380B is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 11 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.13 |
| HSL | 12.74º | 0.91% | 0.46% | - |
| HSV(B) | 12.74º | 0.95% | 0.87% | - |
| XYZ | 31.91 | 18.54 | 2.21 | - |
| YUV | 100.8 | 77.33 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 11 | 0 | 0.75 | 0.95 | 0.13 | 12.74 | 0.91 | 0.46 |
| Hex | DF | 38 | B | 0 | 4B | 5F | D | D | 5B | 2E |
| Octal | 337 | 70 | 13 | 0 | 113 | 137 | 15 | 15 | 133 | 56 |
| Binary | 11011111 | 111000 | 1011 | 0 | 1001011 | 1011111 | 1101 | 1101 | 1011011 | 101110 |
Color Harmonies of #DF380B
Complementary color
Monochromatic Colors of #DF380B
Black with #DF380B
Text Example
Text Example
White with #DF380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF380B; }
p { color: rgb(223,56,11); }
H1.HeaderClassName
{
color: #DF380B;
}
.AnyTagClassName
{
color: #DF380B;
}
</style>
background-color css
<style>
a { background-color: #DF380B; }
a { background-color: rgb(223,56,11); }
div.DivClassName
{
background-color: #DF380B;
}
.BgClassName
{
background-color: #DF380B;
}
</style>
border-color css
<style>
span { border-color: #DF380B; }
span { border-color: rgb(223,56,11); }
td.TdClassName
{
border-color: #DF380B;
}
.TagClassName
{
border-color: #DF380B;
}
</style>