Html Css Color HEX #DA4409 Harley Davidson Orange

📋 copy color: '#DA4409'

red 218 ◦ green 68 ◦ blue 9

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

Shades of Harley Davidson Orange #DA4409

Tints of Harley Davidson Orange #DA4409

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.05%

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

R = 73.9%
G = 23.05%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA4409 (or 0xDA4409) is known color: Harley Davidson Orange. HEX triplet: DA, 44 and 09. RGB value is (218,68,9). Sum of RGB (Red+Green+Blue) = 218+68+9=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4409 is #25BBF6. Grayscale: #6A6A6A. Windows color (decimal): -2472951 or 607450. OLE color: 607450.

HSL color Cylindrical-coordinate representation of color #DA4409: hue angle of 16.94º 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 #DA4409 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 68 9 -
CMYK 0 0.69 0.96 0.15
HSL 16.94º 0.92% 0.45% -
HSV(B) 16.94º 0.96% 0.85% -
XYZ 31.03 19.06 2.3 -
YUV 106.12 73.2 207.8 -
System Red Green Blue C M Y K H S L
Decimal 218 68 9 0 0.69 0.96 0.15 16.94 0.92 0.45
Hex DA 44 9 0 45 60 F 11 5C 2D
Octal 332 104 11 0 105 140 17 21 134 55
Binary 11011010 1000100 1001 0 1000101 1100000 1111 10001 1011100 101101

Color Harmonies of #DA4409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4409

Black with #DA4409

Text Example


Text Example

White with #DA4409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4409; }

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

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

background-color css

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

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

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

border-color css

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

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

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