#DF2F15

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

Shades of Harley Davidson Orange #DF2F15

Tints of Harley Davidson Orange #DF2F15

Color information

#DF2F15 (or 0xDF2F15) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 2F and 15. RGB value is (223,47,21). Sum of RGB (Red+Green+Blue) = 223+47+21=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2F15 is #20D0EA. Grayscale: #606060. Windows color (decimal): -2150635 or 1388511. OLE color: 1388511.

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

Color convert

RGB2234721-
CMYK00.790.910.13
HSL7.72º82.79%47.84%-
HSV(B)7.72º90.58%87.45%-
XYZ31.5817.782.48-
YUV96.6685.31218.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 76.63%
GREEN value IS 47 (18.75% from 255) = 16.15%
BLUE value IS 21 (8.59% from 255) = 7.22%
R=76.63%
G=16.15%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223472100.790.910.137.7282.7947.84
HexDF2F1504F5BD85330
Octal33757250117133151012360
Binary1101111110111110101010011111011011110110001010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2F15; }

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

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

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

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

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

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

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

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