#DF341A

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

Shades of Harley Davidson Orange #DF341A

Tints of Harley Davidson Orange #DF341A

Color information

#DF341A (or 0xDF341A) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 34 and 1A. RGB value is (223,52,26). Sum of RGB (Red+Green+Blue) = 223+52+26=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF341A is #20CBE5. Grayscale: #646464. Windows color (decimal): -2149350 or 1717471. OLE color: 1717471.

HSL color Cylindrical-coordinate representation of color #DF341A: hue angle of 7.92º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF341A is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB2235226-
CMYK00.770.880.13
HSL7.92º79.12%48.82%-
HSV(B)7.92º88.34%87.45%-
XYZ31.8518.222.82-
YUV100.1686.15215.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 74.09%
GREEN value IS 52 (20.70% from 255) = 17.28%
BLUE value IS 26 (10.55% from 255) = 8.64%
R=74.09%
G=17.28%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223522600.770.880.137.9279.1248.82
HexDF341A04D58D84f31
Octal33764320115130151011761
Binary1101111111010011010010011011011000110110001001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF341A; }

 p { color: rgb(223,52,26); }

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

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

 a { background-color: rgb(223,52,26); }

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

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

 span { border-color: rgb(223,52,26); }

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