Html Css Color HEX #DA2719 Harley Davidson Orange

📋 copy color: '#DA2719'

red 218 ◦ green 39 ◦ blue 25

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

Shades of Harley Davidson Orange #DA2719

Tints of Harley Davidson Orange #DA2719

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.83%

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

R = 77.3%
G = 13.83%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA2719 (or 0xDA2719) is known color: Harley Davidson Orange. HEX triplet: DA, 27 and 19. RGB value is (218,39,25). Sum of RGB (Red+Green+Blue) = 218+39+25=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2719 is #25D8E6. Grayscale: #5B5B5B. Windows color (decimal): -2480359 or 1648602. OLE color: 1648602.

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

Color convert

RGB 218 39 25 -
CMYK 0 0.82 0.89 0.15
HSL 4.35º 0.79% 0.48% -
HSV(B) 4.35º 0.89% 0.85% -
XYZ 29.81 16.43 2.52 -
YUV 90.93 90.8 218.64 -
System Red Green Blue C M Y K H S L
Decimal 218 39 25 0 0.82 0.89 0.15 4.35 0.79 0.48
Hex DA 27 19 0 52 59 F 4 4F 30
Octal 332 47 31 0 122 131 17 4 117 60
Binary 11011010 100111 11001 0 1010010 1011001 1111 100 1001111 110000

Color Harmonies of #DA2719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2719

Black with #DA2719

Text Example


Text Example

White with #DA2719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2719; }

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

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

background-color css

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

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

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

border-color css

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

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

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