Html Css Color HEX #DA4919 Harley Davidson Orange

📋 copy color: '#DA4919'

red 218 ◦ green 73 ◦ blue 25

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

Shades of Harley Davidson Orange #DA4919

Tints of Harley Davidson Orange #DA4919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.1%

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

R = 68.99%
G = 23.1%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA4919 (or 0xDA4919) is known color: Harley Davidson Orange. HEX triplet: DA, 49 and 19. RGB value is (218,73,25). Sum of RGB (Red+Green+Blue) = 218+73+25=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4919 is #25B6E6. Grayscale: #6F6F6F. Windows color (decimal): -2471655 or 1657306. OLE color: 1657306.

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

Color convert

RGB 218 73 25 -
CMYK 0 0.67 0.89 0.15
HSL 14.92º 0.79% 0.48% -
HSV(B) 14.92º 0.89% 0.85% -
XYZ 31.47 19.74 3.07 -
YUV 110.88 79.54 204.4 -
System Red Green Blue C M Y K H S L
Decimal 218 73 25 0 0.67 0.89 0.15 14.92 0.79 0.48
Hex DA 49 19 0 43 59 F F 4F 30
Octal 332 111 31 0 103 131 17 17 117 60
Binary 11011010 1001001 11001 0 1000011 1011001 1111 1111 1001111 110000

Color Harmonies of #DA4919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4919

Black with #DA4919

Text Example


Text Example

White with #DA4919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4919; }

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

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

background-color css

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

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

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

border-color css

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

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

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