#DF2B0F

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

Shades of Harley Davidson Orange #DF2B0F

Tints of Harley Davidson Orange #DF2B0F

Color information

#DF2B0F (or 0xDF2B0F) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 2B and 0F. RGB value is (223,43,15). Sum of RGB (Red+Green+Blue) = 223+43+15=281 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.36% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2B0F is #20D4F0. Grayscale: #5D5D5D. Windows color (decimal): -2151665 or 994271. OLE color: 994271.

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

Color convert

RGB2234315-
CMYK00.810.930.13
HSL8.08º87.39%46.67%-
HSV(B)8.08º93.27%87.45%-
XYZ31.3817.452.17-
YUV93.6383.63220.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 79.36%
GREEN value IS 43 (17.19% from 255) = 15.30%
BLUE value IS 15 (6.25% from 255) = 5.34%
R=79.36%
G=15.30%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223431500.810.930.138.0887.3946.67
HexDF2BF0515DD8572f
Octal33753170121135151012757
Binary110111111010111111010100011011101110110001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2B0F; }

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

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

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

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

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

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

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

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