Html Css Color HEX #DF4117 Harley Davidson Orange

📋 copy color: '#DF4117'

red 223 ◦ green 65 ◦ blue 23

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

Shades of Harley Davidson Orange #DF4117

Tints of Harley Davidson Orange #DF4117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.4%

R = 71.7%
G = 20.9%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF4117 (or 0xDF4117) is known color: Harley Davidson Orange. HEX triplet: DF, 41 and 17. RGB value is (223,65,23). Sum of RGB (Red+Green+Blue) = 223+65+23=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4117 is #20BEE8. Grayscale: #6B6B6B. Windows color (decimal): -2146025 or 1524191. OLE color: 1524191.

HSL color Cylindrical-coordinate representation of color #DF4117: hue angle of 12.6º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF4117 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 65 23 -
CMYK 0 0.71 0.90 0.13
HSL 12.6º 0.81% 0.48% -
HSV(B) 12.6º 0.9% 0.87% -
XYZ 32.48 19.53 2.87 -
YUV 107.45 80.35 210.42 -
System Red Green Blue C M Y K H S L
Decimal 223 65 23 0 0.71 0.90 0.13 12.6 0.81 0.48
Hex DF 41 17 0 47 5A D D 51 30
Octal 337 101 27 0 107 132 15 15 121 60
Binary 11011111 1000001 10111 0 1000111 1011010 1101 1101 1010001 110000

Color Harmonies of #DF4117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4117

Black with #DF4117

Text Example


Text Example

White with #DF4117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4117; }

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

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

background-color css

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

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

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

border-color css

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

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

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