Html Css Color HEX #DA4C19 Harley Davidson Orange

📋 copy color: '#DA4C19'

red 218 ◦ green 76 ◦ blue 25

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

Shades of Harley Davidson Orange #DA4C19

Tints of Harley Davidson Orange #DA4C19

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.82%

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

R = 68.34%
G = 23.82%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA4C19 (or 0xDA4C19) is known color: Harley Davidson Orange. HEX triplet: DA, 4C and 19. RGB value is (218,76,25). Sum of RGB (Red+Green+Blue) = 218+76+25=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4C19 is #25B3E6. Grayscale: #707070. Windows color (decimal): -2470887 or 1658074. OLE color: 1658074.

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

Color convert

RGB 218 76 25 -
CMYK 0 0.65 0.89 0.15
HSL 15.85º 0.79% 0.48% -
HSV(B) 15.85º 0.89% 0.85% -
XYZ 31.67 20.14 3.14 -
YUV 112.64 78.54 203.15 -
System Red Green Blue C M Y K H S L
Decimal 218 76 25 0 0.65 0.89 0.15 15.85 0.79 0.48
Hex DA 4C 19 0 41 59 F 10 4F 30
Octal 332 114 31 0 101 131 17 20 117 60
Binary 11011010 1001100 11001 0 1000001 1011001 1111 10000 1001111 110000

Color Harmonies of #DA4C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C19

Black with #DA4C19

Text Example


Text Example

White with #DA4C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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