#DF2C18

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

Shades of Harley Davidson Orange #DF2C18

Tints of Harley Davidson Orange #DF2C18

Color information

#DF2C18 (or 0xDF2C18) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 2C and 18. RGB value is (223,44,24). Sum of RGB (Red+Green+Blue) = 223+44+24=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2C18 is #20D3E7. Grayscale: #5F5F5F. Windows color (decimal): -2151400 or 1584351. OLE color: 1584351.

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

Color convert

RGB2234424-
CMYK00.800.890.13
HSL6.03º80.57%48.43%-
HSV(B)6.03º89.24%87.45%-
XYZ31.517.562.59-
YUV95.2487.8219.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 76.63%
GREEN value IS 44 (17.58% from 255) = 15.12%
BLUE value IS 24 (9.77% from 255) = 8.25%
R=76.63%
G=15.12%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223442400.800.890.136.0380.5748.43
HexDF2C1805059D65130
Octal3375430012013115612160
Binary110111111011001100001010000101100111011101010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2C18; }

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

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

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

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

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

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

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

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