#DA2E0B

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

Shades of Harley Davidson Orange #DA2E0B

Tints of Harley Davidson Orange #DA2E0B

Color information

#DA2E0B (or 0xDA2E0B) is unknown color: approx Harley Davidson Orange. HEX triplet: DA, 2E and 0B. RGB value is (218,46,11). Sum of RGB (Red+Green+Blue) = 218+46+11=275 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.27% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2E0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2E0B is #25D1F4. Grayscale: #5D5D5D. Windows color (decimal): -2478581 or 732890. OLE color: 732890.

HSL color Cylindrical-coordinate representation of color #DA2E0B: hue angle of 10.14º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA2E0B is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB2184611-
CMYK00.790.950.15
HSL10.14º90.39%44.9%-
HSV(B)10.14º94.95%85.49%-
XYZ29.9516.882-
YUV93.4481.48216.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 79.27%
GREEN value IS 46 (18.36% from 255) = 16.73%
BLUE value IS 11 (4.69% from 255) = 4%
R=79.27%
G=16.73%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218461100.790.950.1510.1490.3944.9
HexDA2EB04F5FFa5a2d
Octal33256130117137171213255
Binary110110101011101011010011111011111111110101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2E0B; }

 p { color: rgb(218,46,11); }

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

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

 a { background-color: rgb(218,46,11); }

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

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

 span { border-color: rgb(218,46,11); }

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