Html Css Color HEX #DF420C Harley Davidson Orange
📋 copy color: '#DF420C'red 223 ◦ green 66 ◦ blue 12
Shades of Harley Davidson Orange #DF420C
Tints of Harley Davidson Orange #DF420C
RGB
CMYK
RGB Variations
Color information
#DF420C (or 0xDF420C) is known color: Harley Davidson Orange. HEX triplet: DF, 42 and 0C. RGB value is (223,66,12). Sum of RGB (Red+Green+Blue) = 223+66+12=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF420C is #20BDF3. Grayscale: #6B6B6B. Windows color (decimal): -2145780 or 803551. OLE color: 803551.
HSL color Cylindrical-coordinate representation of color #DF420C: hue angle of 15.36º degrees, saturation: 0.9, 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 #DF420C is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 12 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.13 |
| HSL | 15.36º | 0.9% | 0.46% | - |
| HSV(B) | 15.36º | 0.95% | 0.87% | - |
| XYZ | 32.45 | 19.61 | 2.42 | - |
| YUV | 106.79 | 74.51 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 12 | 0 | 0.70 | 0.95 | 0.13 | 15.36 | 0.9 | 0.46 |
| Hex | DF | 42 | C | 0 | 46 | 5F | D | F | 5A | 2E |
| Octal | 337 | 102 | 14 | 0 | 106 | 137 | 15 | 17 | 132 | 56 |
| Binary | 11011111 | 1000010 | 1100 | 0 | 1000110 | 1011111 | 1101 | 1111 | 1011010 | 101110 |
Color Harmonies of #DF420C
Complementary color
Monochromatic Colors of #DF420C
Black with #DF420C
Text Example
Text Example
White with #DF420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF420C; }
p { color: rgb(223,66,12); }
H1.HeaderClassName
{
color: #DF420C;
}
.AnyTagClassName
{
color: #DF420C;
}
</style>
background-color css
<style>
a { background-color: #DF420C; }
a { background-color: rgb(223,66,12); }
div.DivClassName
{
background-color: #DF420C;
}
.BgClassName
{
background-color: #DF420C;
}
</style>
border-color css
<style>
span { border-color: #DF420C; }
span { border-color: rgb(223,66,12); }
td.TdClassName
{
border-color: #DF420C;
}
.TagClassName
{
border-color: #DF420C;
}
</style>