Html Css Color HEX #DA4219 Harley Davidson Orange

📋 copy color: '#DA4219'

red 218 ◦ green 66 ◦ blue 25

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

Shades of Harley Davidson Orange #DA4219

Tints of Harley Davidson Orange #DA4219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.36%

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

R = 70.55%
G = 21.36%
B = 8.09%

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

#DA4219 (or 0xDA4219) is known color: Harley Davidson Orange. HEX triplet: DA, 42 and 19. RGB value is (218,66,25). Sum of RGB (Red+Green+Blue) = 218+66+25=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4219 is #25BDE6. Grayscale: #6B6B6B. Windows color (decimal): -2473447 or 1655514. OLE color: 1655514.

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

Color convert

RGB 218 66 25 -
CMYK 0 0.70 0.89 0.15
HSL 12.75º 0.79% 0.48% -
HSV(B) 12.75º 0.89% 0.85% -
XYZ 31.04 18.87 2.93 -
YUV 106.77 81.86 207.33 -
System Red Green Blue C M Y K H S L
Decimal 218 66 25 0 0.70 0.89 0.15 12.75 0.79 0.48
Hex DA 42 19 0 46 59 F D 4F 30
Octal 332 102 31 0 106 131 17 15 117 60
Binary 11011010 1000010 11001 0 1000110 1011001 1111 1101 1001111 110000

Color Harmonies of #DA4219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4219

Black with #DA4219

Text Example


Text Example

White with #DA4219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4219; }

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

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

background-color css

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

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

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

border-color css

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

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

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