#da190f

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

Shades of Harley Davidson Orange #DA190F

Tints of Harley Davidson Orange #DA190F

Color information

#DA190F (or 0xDA190F) is unknown color: approx Harley Davidson Orange. HEX triplet: DA, 19 and 0F. RGB value is (218,25,15). Sum of RGB (Red+Green+Blue) = 218+25+15=258 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.50% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 218 - color contains mainly: red. Hex color #DA190F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA190F is #25E6F0. Grayscale: #515151. Windows color (decimal): -2483953 or 989658. OLE color: 989658.

HSL color Cylindrical-coordinate representation of color #DA190F: hue angle of 2.96º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA190F is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB2182515-
CMYK00.890.930.15
HSL2.96º87.12%45.69%-
HSV(B)2.96º93.12%85.49%-
XYZ29.3515.641.92-
YUV81.5790.44225.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 84.50%
GREEN value IS 25 (10.16% from 255) = 9.69%
BLUE value IS 15 (6.25% from 255) = 5.81%
R=84.50%
G=9.69%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218251500.890.930.152.9687.1245.69
HexDA19F0595DF3572e
Octal3323117013113517312756
Binary110110101100111110101100110111011111111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da190f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da190f; }

 p { color: rgb(218,25,15); }

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

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

 a { background-color: rgb(218,25,15); }

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

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

 span { border-color: rgb(218,25,15); }

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