#DF2C0F

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

Shades of Harley Davidson Orange #DF2C0F

Tints of Harley Davidson Orange #DF2C0F

Color information

#DF2C0F (or 0xDF2C0F) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 2C and 0F. RGB value is (223,44,15). Sum of RGB (Red+Green+Blue) = 223+44+15=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2C0F is #20D3F0. Grayscale: #5E5E5E. Windows color (decimal): -2151409 or 994527. OLE color: 994527.

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

Color convert

RGB2234415-
CMYK00.800.930.13
HSL8.37º87.39%46.67%-
HSV(B)8.37º93.27%87.45%-
XYZ31.4217.522.18-
YUV94.2183.3219.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 79.08%
GREEN value IS 44 (17.58% from 255) = 15.60%
BLUE value IS 15 (6.25% from 255) = 5.32%
R=79.08%
G=15.60%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223441500.800.930.138.3787.3946.67
HexDF2CF0505DD8572f
Octal33754170120135151012757
Binary110111111011001111010100001011101110110001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2C0F; }

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

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

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

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

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

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

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

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