Html Css Color HEX #DA2A19 Harley Davidson Orange

📋 copy color: '#DA2A19'

red 218 ◦ green 42 ◦ blue 25

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

Shades of Harley Davidson Orange #DA2A19

Tints of Harley Davidson Orange #DA2A19

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.74%

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

R = 76.49%
G = 14.74%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA2A19 (or 0xDA2A19) is known color: Harley Davidson Orange. HEX triplet: DA, 2A and 19. RGB value is (218,42,25). Sum of RGB (Red+Green+Blue) = 218+42+25=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2A19 is #25D5E6. Grayscale: #5C5C5C. Windows color (decimal): -2479591 or 1649370. OLE color: 1649370.

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

Color convert

RGB 218 42 25 -
CMYK 0 0.81 0.89 0.15
HSL 5.28º 0.79% 0.48% -
HSV(B) 5.28º 0.89% 0.85% -
XYZ 29.92 16.63 2.55 -
YUV 92.69 89.81 217.38 -
System Red Green Blue C M Y K H S L
Decimal 218 42 25 0 0.81 0.89 0.15 5.28 0.79 0.48
Hex DA 2A 19 0 51 59 F 5 4F 30
Octal 332 52 31 0 121 131 17 5 117 60
Binary 11011010 101010 11001 0 1010001 1011001 1111 101 1001111 110000

Color Harmonies of #DA2A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2A19

Black with #DA2A19

Text Example


Text Example

White with #DA2A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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