Html Css Color HEX #DA2C19 Harley Davidson Orange

📋 copy color: '#DA2C19'

red 218 ◦ green 44 ◦ blue 25

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

Shades of Harley Davidson Orange #DA2C19

Tints of Harley Davidson Orange #DA2C19

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.33%

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

R = 75.96%
G = 15.33%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA2C19 (or 0xDA2C19) is known color: Harley Davidson Orange. HEX triplet: DA, 2C and 19. RGB value is (218,44,25). Sum of RGB (Red+Green+Blue) = 218+44+25=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2C19 is #25D3E6. Grayscale: #5E5E5E. Windows color (decimal): -2479079 or 1649882. OLE color: 1649882.

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

Color convert

RGB 218 44 25 -
CMYK 0 0.80 0.89 0.15
HSL 5.91º 0.79% 0.48% -
HSV(B) 5.91º 0.89% 0.85% -
XYZ 29.99 16.78 2.58 -
YUV 93.86 89.15 216.54 -
System Red Green Blue C M Y K H S L
Decimal 218 44 25 0 0.80 0.89 0.15 5.91 0.79 0.48
Hex DA 2C 19 0 50 59 F 6 4F 30
Octal 332 54 31 0 120 131 17 6 117 60
Binary 11011010 101100 11001 0 1010000 1011001 1111 110 1001111 110000

Color Harmonies of #DA2C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2C19

Black with #DA2C19

Text Example


Text Example

White with #DA2C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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