#df231c

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

Shades of Harley Davidson Orange #DF231C

Tints of Harley Davidson Orange #DF231C

Color information

#DF231C (or 0xDF231C) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 23 and 1C. RGB value is (223,35,28). Sum of RGB (Red+Green+Blue) = 223+35+28=286 (37% of max value = 765). Red value is 223 (87.5% from 255 or 77.97% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 223 - color contains mainly: red. Hex color #DF231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF231C is #20DCE3. Grayscale: #5A5A5A. Windows color (decimal): -2153700 or 1844191. OLE color: 1844191.

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

Color convert

RGB2233528-
CMYK00.840.870.13
HSL2.15º77.69%49.22%-
HSV(B)2.15º87.44%87.45%-
XYZ31.2416.972.73-
YUV90.4192.78222.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 77.97%
GREEN value IS 35 (14.06% from 255) = 12.24%
BLUE value IS 28 (11.33% from 255) = 9.79%
R=77.97%
G=12.24%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223352800.840.870.132.1577.6949.22
HexDF231C05457D24e31
Octal3374334012412715211661
Binary11011111100011111000101010010101111101101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df231c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df231c; }

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

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

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

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

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

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

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

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