Html Css Color HEX #DA3509 Harley Davidson Orange

📋 copy color: '#DA3509'

red 218 ◦ green 53 ◦ blue 9

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

Shades of Harley Davidson Orange #DA3509

Tints of Harley Davidson Orange #DA3509

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.93%

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

R = 77.86%
G = 18.93%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA3509 (or 0xDA3509) is known color: Harley Davidson Orange. HEX triplet: DA, 35 and 09. RGB value is (218,53,9). Sum of RGB (Red+Green+Blue) = 218+53+9=280 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.86% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3509 is #25CAF6. Grayscale: #616161. Windows color (decimal): -2476791 or 603610. OLE color: 603610.

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

Color convert

RGB 218 53 9 -
CMYK 0 0.76 0.96 0.15
HSL 12.63º 0.92% 0.45% -
HSV(B) 12.63º 0.96% 0.85% -
XYZ 30.24 17.47 2.04 -
YUV 97.32 78.16 214.08 -
System Red Green Blue C M Y K H S L
Decimal 218 53 9 0 0.76 0.96 0.15 12.63 0.92 0.45
Hex DA 35 9 0 4C 60 F D 5C 2D
Octal 332 65 11 0 114 140 17 15 134 55
Binary 11011010 110101 1001 0 1001100 1100000 1111 1101 1011100 101101

Color Harmonies of #DA3509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3509

Black with #DA3509

Text Example


Text Example

White with #DA3509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3509; }

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

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

background-color css

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

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

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

border-color css

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

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

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