#df201a

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

Shades of Harley Davidson Orange #DF201A

Tints of Harley Davidson Orange #DF201A

Color information

#DF201A (or 0xDF201A) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 20 and 1A. RGB value is (223,32,26). Sum of RGB (Red+Green+Blue) = 223+32+26=281 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.36% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 223 - color contains mainly: red. Hex color #DF201A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF201A is #20DFE5. Grayscale: #585858. Windows color (decimal): -2154470 or 1712351. OLE color: 1712351.

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

Color convert

RGB2233226-
CMYK00.860.880.13
HSL1.83º79.12%48.82%-
HSV(B)1.83º88.34%87.45%-
XYZ31.1316.82.58-
YUV88.4292.78223.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 79.36%
GREEN value IS 32 (12.89% from 255) = 11.39%
BLUE value IS 26 (10.55% from 255) = 9.25%
R=79.36%
G=11.39%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223322600.860.880.131.8379.1248.82
HexDF201A05658D24f31
Octal3374032012613015211761
Binary11011111100000110100101011010110001101101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df201a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df201a; }

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

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

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

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

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

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

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

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