Html Css Color HEX #DA3619 Harley Davidson Orange

📋 copy color: '#DA3619'

red 218 ◦ green 54 ◦ blue 25

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

Shades of Harley Davidson Orange #DA3619

Tints of Harley Davidson Orange #DA3619

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.18%

 BLUE value IS 25 (10.16% from 255) = 8.42%

R = 73.4%
G = 18.18%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA3619 (or 0xDA3619) is known color: Harley Davidson Orange. HEX triplet: DA, 36 and 19. RGB value is (218,54,25). Sum of RGB (Red+Green+Blue) = 218+54+25=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3619 is #25C9E6. Grayscale: #646464. Windows color (decimal): -2476519 or 1652442. OLE color: 1652442.

HSL color Cylindrical-coordinate representation of color #DA3619: hue angle of 9.02º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA3619 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 54 25 -
CMYK 0 0.75 0.89 0.15
HSL 9.02º 0.79% 0.48% -
HSV(B) 9.02º 0.89% 0.85% -
XYZ 30.41 17.61 2.72 -
YUV 99.73 85.83 212.36 -
System Red Green Blue C M Y K H S L
Decimal 218 54 25 0 0.75 0.89 0.15 9.02 0.79 0.48
Hex DA 36 19 0 4B 59 F 9 4F 30
Octal 332 66 31 0 113 131 17 11 117 60
Binary 11011010 110110 11001 0 1001011 1011001 1111 1001 1001111 110000

Color Harmonies of #DA3619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3619

Black with #DA3619

Text Example


Text Example

White with #DA3619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3619; }

 p { color: rgb(218,54,25); }

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

background-color css

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

 a { background-color: rgb(218,54,25); }

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

border-color css

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

 span { border-color: rgb(218,54,25); }

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