Html Css Color HEX #DF4010 Harley Davidson Orange

📋 copy color: '#DF4010'

red 223 ◦ green 64 ◦ blue 16

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

Shades of Harley Davidson Orange #DF4010

Tints of Harley Davidson Orange #DF4010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.12%

 BLUE value IS 16 (6.64% from 255) = 5.28%

R = 73.6%
G = 21.12%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF4010 (or 0xDF4010) is known color: Harley Davidson Orange. HEX triplet: DF, 40 and 10. RGB value is (223,64,16). Sum of RGB (Red+Green+Blue) = 223+64+16=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4010 is #20BFEF. Grayscale: #6A6A6A. Windows color (decimal): -2146288 or 1065183. OLE color: 1065183.

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

Color convert

RGB 223 64 16 -
CMYK 0 0.71 0.93 0.13
HSL 13.91º 0.87% 0.47% -
HSV(B) 13.91º 0.93% 0.87% -
XYZ 32.36 19.39 2.53 -
YUV 106.07 77.18 211.4 -
System Red Green Blue C M Y K H S L
Decimal 223 64 16 0 0.71 0.93 0.13 13.91 0.87 0.47
Hex DF 40 10 0 47 5D D E 57 2F
Octal 337 100 20 0 107 135 15 16 127 57
Binary 11011111 1000000 10000 0 1000111 1011101 1101 1110 1010111 101111

Color Harmonies of #DF4010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4010

Black with #DF4010

Text Example


Text Example

White with #DF4010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4010; }

 p { color: rgb(223,64,16); }

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

background-color css

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

 a { background-color: rgb(223,64,16); }

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

border-color css

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

 span { border-color: rgb(223,64,16); }

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