Html Css Color HEX #DA2D19 Harley Davidson Orange

📋 copy color: '#DA2D19'

red 218 ◦ green 45 ◦ blue 25

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

Shades of Harley Davidson Orange #DA2D19

Tints of Harley Davidson Orange #DA2D19

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.63%

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

R = 75.69%
G = 15.63%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA2D19 (or 0xDA2D19) is known color: Harley Davidson Orange. HEX triplet: DA, 2D and 19. RGB value is (218,45,25). Sum of RGB (Red+Green+Blue) = 218+45+25=288 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.69% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2D19 is #25D2E6. Grayscale: #5E5E5E. Windows color (decimal): -2478823 or 1650138. OLE color: 1650138.

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

Color convert

RGB 218 45 25 -
CMYK 0 0.79 0.89 0.15
HSL 6.22º 0.79% 0.48% -
HSV(B) 6.22º 0.89% 0.85% -
XYZ 30.03 16.85 2.59 -
YUV 94.45 88.81 216.13 -
System Red Green Blue C M Y K H S L
Decimal 218 45 25 0 0.79 0.89 0.15 6.22 0.79 0.48
Hex DA 2D 19 0 4F 59 F 6 4F 30
Octal 332 55 31 0 117 131 17 6 117 60
Binary 11011010 101101 11001 0 1001111 1011001 1111 110 1001111 110000

Color Harmonies of #DA2D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2D19

Black with #DA2D19

Text Example


Text Example

White with #DA2D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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