#DF2B15

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

Shades of Harley Davidson Orange #DF2B15

Tints of Harley Davidson Orange #DF2B15

Color information

#DF2B15 (or 0xDF2B15) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 2B and 15. RGB value is (223,43,21). Sum of RGB (Red+Green+Blue) = 223+43+21=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2B15 is #20D4EA. Grayscale: #5E5E5E. Windows color (decimal): -2151659 or 1387487. OLE color: 1387487.

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

Color convert

RGB2234321-
CMYK00.810.910.13
HSL6.53º82.79%47.84%-
HSV(B)6.53º90.58%87.45%-
XYZ31.4317.472.42-
YUV94.3186.63219.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 77.70%
GREEN value IS 43 (17.19% from 255) = 14.98%
BLUE value IS 21 (8.59% from 255) = 7.32%
R=77.70%
G=14.98%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223432100.810.910.136.5382.7947.84
HexDF2B150515BD75330
Octal3375325012113315712360
Binary110111111010111010101010001101101111011111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2B15; }

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

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

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

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

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

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

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

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