#DF1C1A

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

Shades of Harley Davidson Orange #DF1C1A

Tints of Harley Davidson Orange #DF1C1A

Color information

#DF1C1A (or 0xDF1C1A) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 1C and 1A. RGB value is (223,28,26). Sum of RGB (Red+Green+Blue) = 223+28+26=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1C1A is #20E3E5. Grayscale: #565656. Windows color (decimal): -2155494 or 1711327. OLE color: 1711327.

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

Color convert

RGB2232826-
CMYK00.870.880.13
HSL0.61º79.12%48.82%-
HSV(B)0.61º88.34%87.45%-
XYZ31.0316.592.54-
YUV86.0894.1225.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 80.51%
GREEN value IS 28 (11.33% from 255) = 10.11%
BLUE value IS 26 (10.55% from 255) = 9.39%
R=80.51%
G=10.11%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223282600.870.880.130.6179.1248.82
HexDF1C1A05758D14f31
Octal3373432012713015111761
Binary110111111110011010010101111011000110111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1C1A; }

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

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

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

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

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

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

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

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