Html Css Color HEX #DA4810 Harley Davidson Orange

📋 copy color: '#DA4810'

red 218 ◦ green 72 ◦ blue 16

#DA4810
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #DA4810

Tints of Harley Davidson Orange #DA4810

RGB

 RED value IS 218 (85.55% from 255) = 71.24%

 GREEN value IS 72 (28.52% from 255) = 23.53%

 BLUE value IS 16 (6.64% from 255) = 5.23%

R = 71.24%
G = 23.53%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA4810 (or 0xDA4810) is known color: Harley Davidson Orange. HEX triplet: DA, 48 and 10. RGB value is (218,72,16). Sum of RGB (Red+Green+Blue) = 218+72+16=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4810 is #25B7EF. Grayscale: #6D6D6D. Windows color (decimal): -2471920 or 1067226. OLE color: 1067226.

HSL color Cylindrical-coordinate representation of color #DA4810: hue angle of 16.63º degrees, saturation: 0.86, 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 #DA4810 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 72 16 -
CMYK 0 0.67 0.93 0.15
HSL 16.63º 0.86% 0.46% -
HSV(B) 16.63º 0.93% 0.85% -
XYZ 31.32 19.58 2.62 -
YUV 109.27 75.37 205.55 -
System Red Green Blue C M Y K H S L
Decimal 218 72 16 0 0.67 0.93 0.15 16.63 0.86 0.46
Hex DA 48 10 0 43 5D F 11 56 2E
Octal 332 110 20 0 103 135 17 21 126 56
Binary 11011010 1001000 10000 0 1000011 1011101 1111 10001 1010110 101110

Color Harmonies of #DA4810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4810

Black with #DA4810

Text Example


Text Example

White with #DA4810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4810; }

 p { color: rgb(218,72,16); }

 H1.HeaderClassName
 {
   color: #DA4810;
 }
 .AnyTagClassName
 {
   color: #DA4810;
 }
</style>

background-color css

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

 a { background-color: rgb(218,72,16); }

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

border-color css

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

 span { border-color: rgb(218,72,16); }

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