Html Css Color HEX #DF2011 Harley Davidson Orange

📋 copy color: '#DF2011'

red 223 ◦ green 32 ◦ blue 17

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

Shades of Harley Davidson Orange #DF2011

Tints of Harley Davidson Orange #DF2011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.76%

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

R = 81.99%
G = 11.76%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF2011 (or 0xDF2011) is known color: Harley Davidson Orange. HEX triplet: DF, 20 and 11. RGB value is (223,32,17). Sum of RGB (Red+Green+Blue) = 223+32+17=272 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.99% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2011 is #20DFEE. Grayscale: #575757. Windows color (decimal): -2154479 or 1122527. OLE color: 1122527.

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

Color convert

RGB 223 32 17 -
CMYK 0 0.86 0.92 0.13
HSL 4.37º 0.86% 0.47% -
HSV(B) 4.37º 0.92% 0.87% -
XYZ 31.05 16.76 2.13 -
YUV 87.4 88.28 224.72 -
System Red Green Blue C M Y K H S L
Decimal 223 32 17 0 0.86 0.92 0.13 4.37 0.86 0.47
Hex DF 20 11 0 56 5C D 4 56 2F
Octal 337 40 21 0 126 134 15 4 126 57
Binary 11011111 100000 10001 0 1010110 1011100 1101 100 1010110 101111

Color Harmonies of #DF2011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2011

Black with #DF2011

Text Example


Text Example

White with #DF2011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2011; }

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

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

background-color css

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

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

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

border-color css

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

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

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