#DA2205

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

Shades of Harley Davidson Orange #DA2205

Tints of Harley Davidson Orange #DA2205

Color information

#DA2205 (or 0xDA2205) is unknown color: approx Harley Davidson Orange. HEX triplet: DA, 22 and 05. RGB value is (218,34,5). Sum of RGB (Red+Green+Blue) = 218+34+5=257 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.82% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2205 is #25DDFA. Grayscale: #565656. Windows color (decimal): -2481659 or 336602. OLE color: 336602.

HSL color Cylindrical-coordinate representation of color #DA2205: hue angle of 8.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA2205 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB218345-
CMYK00.840.980.15
HSL8.17º95.52%43.73%-
HSV(B)8.17º97.71%85.49%-
XYZ29.5116.061.69-
YUV85.7182.46222.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 84.82%
GREEN value IS 34 (13.67% from 255) = 13.23%
BLUE value IS 5 (2.34% from 255) = 1.95%
R=84.82%
G=13.23%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.98
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21834500.840.980.158.1795.5243.73
HexDA22505462F8602c
Octal3324250124142171014054
Binary11011010100010101010101001100010111110001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2205; }

 p { color: rgb(218,34,5); }

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

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

 a { background-color: rgb(218,34,5); }

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

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

 span { border-color: rgb(218,34,5); }

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