Html Css Color HEX #DA2E19 Harley Davidson Orange

📋 copy color: '#DA2E19'

red 218 ◦ green 46 ◦ blue 25

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

Shades of Harley Davidson Orange #DA2E19

Tints of Harley Davidson Orange #DA2E19

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.92%

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

R = 75.43%
G = 15.92%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA2E19 (or 0xDA2E19) is known color: Harley Davidson Orange. HEX triplet: DA, 2E and 19. RGB value is (218,46,25). Sum of RGB (Red+Green+Blue) = 218+46+25=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2E19 is #25D1E6. Grayscale: #5F5F5F. Windows color (decimal): -2478567 or 1650394. OLE color: 1650394.

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

Color convert

RGB 218 46 25 -
CMYK 0 0.79 0.89 0.15
HSL 6.53º 0.79% 0.48% -
HSV(B) 6.53º 0.89% 0.85% -
XYZ 30.07 16.93 2.6 -
YUV 95.03 88.48 215.71 -
System Red Green Blue C M Y K H S L
Decimal 218 46 25 0 0.79 0.89 0.15 6.53 0.79 0.48
Hex DA 2E 19 0 4F 59 F 7 4F 30
Octal 332 56 31 0 117 131 17 7 117 60
Binary 11011010 101110 11001 0 1001111 1011001 1111 111 1001111 110000

Color Harmonies of #DA2E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2E19

Black with #DA2E19

Text Example


Text Example

White with #DA2E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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