Html Css Color HEX #DF2211 Harley Davidson Orange

📋 copy color: '#DF2211'

red 223 ◦ green 34 ◦ blue 17

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

Shades of Harley Davidson Orange #DF2211

Tints of Harley Davidson Orange #DF2211

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.41%

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

R = 81.39%
G = 12.41%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF2211 (or 0xDF2211) is known color: Harley Davidson Orange. HEX triplet: DF, 22 and 11. RGB value is (223,34,17). Sum of RGB (Red+Green+Blue) = 223+34+17=274 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.39% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2211 is #20DDEE. Grayscale: #585858. Windows color (decimal): -2153967 or 1123039. OLE color: 1123039.

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

Color convert

RGB 223 34 17 -
CMYK 0 0.85 0.92 0.13
HSL 4.95º 0.86% 0.47% -
HSV(B) 4.95º 0.92% 0.87% -
XYZ 31.1 16.87 2.15 -
YUV 88.57 87.62 223.88 -
System Red Green Blue C M Y K H S L
Decimal 223 34 17 0 0.85 0.92 0.13 4.95 0.86 0.47
Hex DF 22 11 0 55 5C D 5 56 2F
Octal 337 42 21 0 125 134 15 5 126 57
Binary 11011111 100010 10001 0 1010101 1011100 1101 101 1010110 101111

Color Harmonies of #DF2211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2211

Black with #DF2211

Text Example


Text Example

White with #DF2211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2211; }

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

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

background-color css

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

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

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

border-color css

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

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

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