Html Css Color HEX #DA3505 Harley Davidson Orange

📋 copy color: '#DA3505'

red 218 ◦ green 53 ◦ blue 5

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

Shades of Harley Davidson Orange #DA3505

Tints of Harley Davidson Orange #DA3505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.81%

R = 78.99%
G = 19.2%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA3505 (or 0xDA3505) is known color: Harley Davidson Orange. HEX triplet: DA, 35 and 05. RGB value is (218,53,5). Sum of RGB (Red+Green+Blue) = 218+53+5=276 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.99% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3505 is #25CAFA. Grayscale: #616161. Windows color (decimal): -2476795 or 341466. OLE color: 341466.

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

Color convert

RGB 218 53 5 -
CMYK 0 0.76 0.98 0.15
HSL 13.52º 0.96% 0.44% -
HSV(B) 13.52º 0.98% 0.85% -
XYZ 30.21 17.46 1.92 -
YUV 96.86 76.16 214.4 -
System Red Green Blue C M Y K H S L
Decimal 218 53 5 0 0.76 0.98 0.15 13.52 0.96 0.44
Hex DA 35 5 0 4C 62 F E 60 2C
Octal 332 65 5 0 114 142 17 16 140 54
Binary 11011010 110101 101 0 1001100 1100010 1111 1110 1100000 101100

Color Harmonies of #DA3505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3505

Black with #DA3505

Text Example


Text Example

White with #DA3505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3505; }

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

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

background-color css

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

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

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

border-color css

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

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

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