Html Css Color HEX #DA4419 Harley Davidson Orange

📋 copy color: '#DA4419'

red 218 ◦ green 68 ◦ blue 25

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

Shades of Harley Davidson Orange #DA4419

Tints of Harley Davidson Orange #DA4419

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.86%

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

R = 70.1%
G = 21.86%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA4419 (or 0xDA4419) is known color: Harley Davidson Orange. HEX triplet: DA, 44 and 19. RGB value is (218,68,25). Sum of RGB (Red+Green+Blue) = 218+68+25=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4419 is #25BBE6. Grayscale: #6C6C6C. Windows color (decimal): -2472935 or 1656026. OLE color: 1656026.

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

Color convert

RGB 218 68 25 -
CMYK 0 0.69 0.89 0.15
HSL 13.37º 0.79% 0.48% -
HSV(B) 13.37º 0.89% 0.85% -
XYZ 31.16 19.11 2.97 -
YUV 107.95 81.2 206.5 -
System Red Green Blue C M Y K H S L
Decimal 218 68 25 0 0.69 0.89 0.15 13.37 0.79 0.48
Hex DA 44 19 0 45 59 F D 4F 30
Octal 332 104 31 0 105 131 17 15 117 60
Binary 11011010 1000100 11001 0 1000101 1011001 1111 1101 1001111 110000

Color Harmonies of #DA4419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4419

Black with #DA4419

Text Example


Text Example

White with #DA4419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4419; }

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

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

background-color css

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

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

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

border-color css

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

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

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