Html Css Color HEX #DA3F19 Harley Davidson Orange

📋 copy color: '#DA3F19'

red 218 ◦ green 63 ◦ blue 25

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

Shades of Harley Davidson Orange #DA3F19

Tints of Harley Davidson Orange #DA3F19

RGB

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

 GREEN value IS 63 (25% from 255) = 20.59%

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

R = 71.24%
G = 20.59%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA3F19 (or 0xDA3F19) is known color: Harley Davidson Orange. HEX triplet: DA, 3F and 19. RGB value is (218,63,25). Sum of RGB (Red+Green+Blue) = 218+63+25=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3F19 is #25C0E6. Grayscale: #696969. Windows color (decimal): -2474215 or 1654746. OLE color: 1654746.

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

Color convert

RGB 218 63 25 -
CMYK 0 0.71 0.89 0.15
HSL 11.81º 0.79% 0.48% -
HSV(B) 11.81º 0.89% 0.85% -
XYZ 30.87 18.53 2.87 -
YUV 105.01 82.85 208.59 -
System Red Green Blue C M Y K H S L
Decimal 218 63 25 0 0.71 0.89 0.15 11.81 0.79 0.48
Hex DA 3F 19 0 47 59 F C 4F 30
Octal 332 77 31 0 107 131 17 14 117 60
Binary 11011010 111111 11001 0 1000111 1011001 1111 1100 1001111 110000

Color Harmonies of #DA3F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3F19

Black with #DA3F19

Text Example


Text Example

White with #DA3F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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