#DF211B

Color #DF211B Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #DF211B

Tints of Harley Davidson Orange #DF211B

Color information

#DF211B (or 0xDF211B) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 21 and 1B. RGB value is (223,33,27). Sum of RGB (Red+Green+Blue) = 223+33+27=283 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.80% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 223 - color contains mainly: red. Hex color #DF211B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF211B is #20DEE4. Grayscale: #595959. Windows color (decimal): -2154213 or 1778143. OLE color: 1778143.

HSL color Cylindrical-coordinate representation of color #DF211B: hue angle of 1.84º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF211B is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB2233327-
CMYK00.850.880.13
HSL1.84º78.4%49.02%-
HSV(B)1.84º87.89%87.45%-
XYZ31.1716.852.65-
YUV89.1392.95223.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 78.80%
GREEN value IS 33 (13.28% from 255) = 11.66%
BLUE value IS 27 (10.94% from 255) = 9.54%
R=78.80%
G=11.66%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223332700.850.880.131.8478.449.02
HexDF211B05558D24e31
Octal3374133012513015211661
Binary11011111100001110110101010110110001101101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF211B; }

 p { color: rgb(223,33,27); }

 H1.HeaderClassName
 {
   color: #DF211B;
 }
 .AnyTagClassName
 {
   color: #DF211B;
 }
</style>
background-color css

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

 a { background-color: rgb(223,33,27); }

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

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

 span { border-color: rgb(223,33,27); }

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