#DF2A18

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

Shades of Harley Davidson Orange #DF2A18

Tints of Harley Davidson Orange #DF2A18

Color information

#DF2A18 (or 0xDF2A18) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 2A and 18. RGB value is (223,42,24). Sum of RGB (Red+Green+Blue) = 223+42+24=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2A18 is #20D5E7. Grayscale: #5E5E5E. Windows color (decimal): -2151912 or 1583839. OLE color: 1583839.

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

Color convert

RGB2234224-
CMYK00.810.890.13
HSL5.43º80.57%48.43%-
HSV(B)5.43º89.24%87.45%-
XYZ31.4217.412.57-
YUV94.0788.47219.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 77.16%
GREEN value IS 42 (16.80% from 255) = 14.53%
BLUE value IS 24 (9.77% from 255) = 8.30%
R=77.16%
G=14.53%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.89
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223422400.810.890.135.4380.5748.43
HexDF2A1805159D55130
Octal3375230012113115512160
Binary110111111010101100001010001101100111011011010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2A18; }

 p { color: rgb(223,42,24); }

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

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

 a { background-color: rgb(223,42,24); }

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

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

 span { border-color: rgb(223,42,24); }

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