Html Css Color HEX #DF420B Harley Davidson Orange
📋 copy color: '#DF420B'red 223 ◦ green 66 ◦ blue 11
Shades of Harley Davidson Orange #DF420B
Tints of Harley Davidson Orange #DF420B
RGB
CMYK
RGB Variations
Color information
#DF420B (or 0xDF420B) is known color: Harley Davidson Orange. HEX triplet: DF, 42 and 0B. RGB value is (223,66,11). Sum of RGB (Red+Green+Blue) = 223+66+11=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF420B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF420B is #20BDF4. Grayscale: #6B6B6B. Windows color (decimal): -2145781 or 738015. OLE color: 738015.
HSL color Cylindrical-coordinate representation of color #DF420B: hue angle of 15.57º 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 #DF420B is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 11 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.13 |
| HSL | 15.57º | 0.91% | 0.46% | - |
| HSV(B) | 15.57º | 0.95% | 0.87% | - |
| XYZ | 32.44 | 19.61 | 2.39 | - |
| YUV | 106.67 | 74.01 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 11 | 0 | 0.70 | 0.95 | 0.13 | 15.57 | 0.91 | 0.46 |
| Hex | DF | 42 | B | 0 | 46 | 5F | D | 10 | 5B | 2E |
| Octal | 337 | 102 | 13 | 0 | 106 | 137 | 15 | 20 | 133 | 56 |
| Binary | 11011111 | 1000010 | 1011 | 0 | 1000110 | 1011111 | 1101 | 10000 | 1011011 | 101110 |
Color Harmonies of #DF420B
Complementary color
Monochromatic Colors of #DF420B
Black with #DF420B
Text Example
Text Example
White with #DF420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF420B; }
p { color: rgb(223,66,11); }
H1.HeaderClassName
{
color: #DF420B;
}
.AnyTagClassName
{
color: #DF420B;
}
</style>
background-color css
<style>
a { background-color: #DF420B; }
a { background-color: rgb(223,66,11); }
div.DivClassName
{
background-color: #DF420B;
}
.BgClassName
{
background-color: #DF420B;
}
</style>
border-color css
<style>
span { border-color: #DF420B; }
span { border-color: rgb(223,66,11); }
td.TdClassName
{
border-color: #DF420B;
}
.TagClassName
{
border-color: #DF420B;
}
</style>