Html Css Color HEX #DA2019 Harley Davidson Orange

📋 copy color: '#DA2019'

red 218 ◦ green 32 ◦ blue 25

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

Shades of Harley Davidson Orange #DA2019

Tints of Harley Davidson Orange #DA2019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.64%

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

R = 79.27%
G = 11.64%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA2019 (or 0xDA2019) is known color: Harley Davidson Orange. HEX triplet: DA, 20 and 19. RGB value is (218,32,25). Sum of RGB (Red+Green+Blue) = 218+32+25=275 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.27% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2019 is #25DFE6. Grayscale: #575757. Windows color (decimal): -2482151 or 1646810. OLE color: 1646810.

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

Color convert

RGB 218 32 25 -
CMYK 0 0.85 0.89 0.15
HSL 2.18º 0.79% 0.48% -
HSV(B) 2.18º 0.89% 0.85% -
XYZ 29.61 16.01 2.45 -
YUV 86.82 93.12 221.57 -
System Red Green Blue C M Y K H S L
Decimal 218 32 25 0 0.85 0.89 0.15 2.18 0.79 0.48
Hex DA 20 19 0 55 59 F 2 4F 30
Octal 332 40 31 0 125 131 17 2 117 60
Binary 11011010 100000 11001 0 1010101 1011001 1111 10 1001111 110000

Color Harmonies of #DA2019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2019

Black with #DA2019

Text Example


Text Example

White with #DA2019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2019; }

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

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

background-color css

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

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

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

border-color css

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

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

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