Html Css Color HEX #DF430E Harley Davidson Orange
📋 copy color: '#DF430E'red 223 ◦ green 67 ◦ blue 14
Shades of Harley Davidson Orange #DF430E
Tints of Harley Davidson Orange #DF430E
RGB
CMYK
RGB Variations
Color information
#DF430E (or 0xDF430E) is known color: Harley Davidson Orange. HEX triplet: DF, 43 and 0E. RGB value is (223,67,14). Sum of RGB (Red+Green+Blue) = 223+67+14=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF430E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF430E is #20BCF1. Grayscale: #6B6B6B. Windows color (decimal): -2145522 or 934879. OLE color: 934879.
HSL color Cylindrical-coordinate representation of color #DF430E: hue angle of 15.22º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF430E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 67 | 14 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.13 |
| HSL | 15.22º | 0.88% | 0.46% | - |
| HSV(B) | 15.22º | 0.94% | 0.87% | - |
| XYZ | 32.52 | 19.73 | 2.51 | - |
| YUV | 107.6 | 75.18 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 14 | 0 | 0.70 | 0.94 | 0.13 | 15.22 | 0.88 | 0.46 |
| Hex | DF | 43 | E | 0 | 46 | 5E | D | F | 58 | 2E |
| Octal | 337 | 103 | 16 | 0 | 106 | 136 | 15 | 17 | 130 | 56 |
| Binary | 11011111 | 1000011 | 1110 | 0 | 1000110 | 1011110 | 1101 | 1111 | 1011000 | 101110 |
Color Harmonies of #DF430E
Complementary color
Monochromatic Colors of #DF430E
Black with #DF430E
Text Example
Text Example
White with #DF430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF430E; }
p { color: rgb(223,67,14); }
H1.HeaderClassName
{
color: #DF430E;
}
.AnyTagClassName
{
color: #DF430E;
}
</style>
background-color css
<style>
a { background-color: #DF430E; }
a { background-color: rgb(223,67,14); }
div.DivClassName
{
background-color: #DF430E;
}
.BgClassName
{
background-color: #DF430E;
}
</style>
border-color css
<style>
span { border-color: #DF430E; }
span { border-color: rgb(223,67,14); }
td.TdClassName
{
border-color: #DF430E;
}
.TagClassName
{
border-color: #DF430E;
}
</style>