Html Css Color HEX #DA1A19 Harley Davidson Orange

📋 copy color: '#DA1A19'

red 218 ◦ green 26 ◦ blue 25

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

Shades of Harley Davidson Orange #DA1A19

Tints of Harley Davidson Orange #DA1A19

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.67%

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

R = 81.04%
G = 9.67%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA1A19 (or 0xDA1A19) is known color: Harley Davidson Orange. HEX triplet: DA, 1A and 19. RGB value is (218,26,25). Sum of RGB (Red+Green+Blue) = 218+26+25=269 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.04% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1A19 is #25E5E6. Grayscale: #535353. Windows color (decimal): -2483687 or 1645274. OLE color: 1645274.

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

Color convert

RGB 218 26 25 -
CMYK 0 0.88 0.89 0.15
HSL 0.31º 0.79% 0.48% -
HSV(B) 0.31º 0.89% 0.85% -
XYZ 29.46 15.71 2.4 -
YUV 83.29 95.11 224.08 -
System Red Green Blue C M Y K H S L
Decimal 218 26 25 0 0.88 0.89 0.15 0.31 0.79 0.48
Hex DA 1A 19 0 58 59 F 0 4F 30
Octal 332 32 31 0 130 131 17 0 117 60
Binary 11011010 11010 11001 0 1011000 1011001 1111 0 1001111 110000

Color Harmonies of #DA1A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1A19

Black with #DA1A19

Text Example


Text Example

White with #DA1A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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