Html Css Color HEX #DF4511 Harley Davidson Orange

📋 copy color: '#DF4511'

red 223 ◦ green 69 ◦ blue 17

#DF4511
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #DF4511

Tints of Harley Davidson Orange #DF4511

RGB

 RED value IS 223 (87.5% from 255) = 72.17%

 GREEN value IS 69 (27.34% from 255) = 22.33%

 BLUE value IS 17 (7.03% from 255) = 5.5%

R = 72.17%
G = 22.33%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DF4511 (or 0xDF4511) is known color: Harley Davidson Orange. HEX triplet: DF, 45 and 11. RGB value is (223,69,17). Sum of RGB (Red+Green+Blue) = 223+69+17=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4511 is #20BAEE. Grayscale: #6D6D6D. Windows color (decimal): -2145007 or 1131999. OLE color: 1131999.

HSL color Cylindrical-coordinate representation of color #DF4511: hue angle of 15.15º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF4511 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 69 17 -
CMYK 0 0.69 0.92 0.13
HSL 15.15º 0.86% 0.47% -
HSV(B) 15.15º 0.92% 0.87% -
XYZ 32.66 19.98 2.67 -
YUV 109.12 76.02 209.23 -
System Red Green Blue C M Y K H S L
Decimal 223 69 17 0 0.69 0.92 0.13 15.15 0.86 0.47
Hex DF 45 11 0 45 5C D F 56 2F
Octal 337 105 21 0 105 134 15 17 126 57
Binary 11011111 1000101 10001 0 1000101 1011100 1101 1111 1010110 101111

Color Harmonies of #DF4511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4511

Black with #DF4511

Text Example


Text Example

White with #DF4511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4511; }

 p { color: rgb(223,69,17); }

 H1.HeaderClassName
 {
   color: #DF4511;
 }
 .AnyTagClassName
 {
   color: #DF4511;
 }
</style>

background-color css

<style>
 a { background-color: #DF4511; }

 a { background-color: rgb(223,69,17); }

 div.DivClassName
 {
   background-color: #DF4511;
 }
 .BgClassName
 {
   background-color: #DF4511;
 }
</style>

border-color css

<style>
 span { border-color: #DF4511; }

 span { border-color: rgb(223,69,17); }

 td.TdClassName
 {
   border-color: #DF4511;
 }
 .TagClassName
 {
   border-color: #DF4511;
 }
</style>