Html Css Color HEX #DA4109 Harley Davidson Orange

📋 copy color: '#DA4109'

red 218 ◦ green 65 ◦ blue 9

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

Shades of Harley Davidson Orange #DA4109

Tints of Harley Davidson Orange #DA4109

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.26%

 BLUE value IS 9 (3.91% from 255) = 3.08%

R = 74.66%
G = 22.26%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA4109 (or 0xDA4109) is known color: Harley Davidson Orange. HEX triplet: DA, 41 and 09. RGB value is (218,65,9). Sum of RGB (Red+Green+Blue) = 218+65+9=292 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.66% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4109 is #25BEF6. Grayscale: #686868. Windows color (decimal): -2473719 or 606682. OLE color: 606682.

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

Color convert

RGB 218 65 9 -
CMYK 0 0.70 0.96 0.15
HSL 16.08º 0.92% 0.45% -
HSV(B) 16.08º 0.96% 0.85% -
XYZ 30.85 18.71 2.24 -
YUV 104.36 74.19 209.05 -
System Red Green Blue C M Y K H S L
Decimal 218 65 9 0 0.70 0.96 0.15 16.08 0.92 0.45
Hex DA 41 9 0 46 60 F 10 5C 2D
Octal 332 101 11 0 106 140 17 20 134 55
Binary 11011010 1000001 1001 0 1000110 1100000 1111 10000 1011100 101101

Color Harmonies of #DA4109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4109

Black with #DA4109

Text Example


Text Example

White with #DA4109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4109; }

 p { color: rgb(218,65,9); }

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

background-color css

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

 a { background-color: rgb(218,65,9); }

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

border-color css

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

 span { border-color: rgb(218,65,9); }

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