Html Css Color HEX #DF4111 Harley Davidson Orange

📋 copy color: '#DF4111'

red 223 ◦ green 65 ◦ blue 17

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

Shades of Harley Davidson Orange #DF4111

Tints of Harley Davidson Orange #DF4111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.31%

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

R = 73.11%
G = 21.31%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF4111 (or 0xDF4111) is known color: Harley Davidson Orange. HEX triplet: DF, 41 and 11. RGB value is (223,65,17). Sum of RGB (Red+Green+Blue) = 223+65+17=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4111 is #20BEEE. Grayscale: #6B6B6B. Windows color (decimal): -2146031 or 1130975. OLE color: 1130975.

HSL color Cylindrical-coordinate representation of color #DF4111: hue angle of 13.98º 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 #DF4111 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 65 17 -
CMYK 0 0.71 0.92 0.13
HSL 13.98º 0.86% 0.47% -
HSV(B) 13.98º 0.92% 0.87% -
XYZ 32.42 19.51 2.59 -
YUV 106.77 77.35 210.9 -
System Red Green Blue C M Y K H S L
Decimal 223 65 17 0 0.71 0.92 0.13 13.98 0.86 0.47
Hex DF 41 11 0 47 5C D E 56 2F
Octal 337 101 21 0 107 134 15 16 126 57
Binary 11011111 1000001 10001 0 1000111 1011100 1101 1110 1010110 101111

Color Harmonies of #DF4111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4111

Black with #DF4111

Text Example


Text Example

White with #DF4111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4111; }

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

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

background-color css

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

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

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

border-color css

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

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

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