Html Css Color HEX #DA4119 Harley Davidson Orange

📋 copy color: '#DA4119'

red 218 ◦ green 65 ◦ blue 25

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

Shades of Harley Davidson Orange #DA4119

Tints of Harley Davidson Orange #DA4119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.1%

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

R = 70.78%
G = 21.1%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA4119 (or 0xDA4119) is known color: Harley Davidson Orange. HEX triplet: DA, 41 and 19. RGB value is (218,65,25). Sum of RGB (Red+Green+Blue) = 218+65+25=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4119 is #25BEE6. Grayscale: #6A6A6A. Windows color (decimal): -2473703 or 1655258. OLE color: 1655258.

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

Color convert

RGB 218 65 25 -
CMYK 0 0.70 0.89 0.15
HSL 12.44º 0.79% 0.48% -
HSV(B) 12.44º 0.89% 0.85% -
XYZ 30.98 18.76 2.91 -
YUV 106.19 82.19 207.75 -
System Red Green Blue C M Y K H S L
Decimal 218 65 25 0 0.70 0.89 0.15 12.44 0.79 0.48
Hex DA 41 19 0 46 59 F C 4F 30
Octal 332 101 31 0 106 131 17 14 117 60
Binary 11011010 1000001 11001 0 1000110 1011001 1111 1100 1001111 110000

Color Harmonies of #DA4119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4119

Black with #DA4119

Text Example


Text Example

White with #DA4119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4119; }

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

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

background-color css

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

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

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

border-color css

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

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

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