Html Css Color HEX #DA3719 Harley Davidson Orange

📋 copy color: '#DA3719'

red 218 ◦ green 55 ◦ blue 25

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

Shades of Harley Davidson Orange #DA3719

Tints of Harley Davidson Orange #DA3719

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.46%

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

R = 73.15%
G = 18.46%
B = 8.39%

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

#DA3719 (or 0xDA3719) is known color: Harley Davidson Orange. HEX triplet: DA, 37 and 19. RGB value is (218,55,25). Sum of RGB (Red+Green+Blue) = 218+55+25=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3719 is #25C8E6. Grayscale: #646464. Windows color (decimal): -2476263 or 1652698. OLE color: 1652698.

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

Color convert

RGB 218 55 25 -
CMYK 0 0.75 0.89 0.15
HSL 9.33º 0.79% 0.48% -
HSV(B) 9.33º 0.89% 0.85% -
XYZ 30.46 17.71 2.73 -
YUV 100.32 85.5 211.94 -
System Red Green Blue C M Y K H S L
Decimal 218 55 25 0 0.75 0.89 0.15 9.33 0.79 0.48
Hex DA 37 19 0 4B 59 F 9 4F 30
Octal 332 67 31 0 113 131 17 11 117 60
Binary 11011010 110111 11001 0 1001011 1011001 1111 1001 1001111 110000

Color Harmonies of #DA3719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3719

Black with #DA3719

Text Example


Text Example

White with #DA3719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3719; }

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

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

background-color css

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

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

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

border-color css

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

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

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