Html Css Color HEX #DA391F Harley Davidson Orange

📋 copy color: '#DA391F'

red 218 ◦ green 57 ◦ blue 31

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

Shades of Harley Davidson Orange #DA391F

Tints of Harley Davidson Orange #DA391F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.63%

 BLUE value IS 31 (12.5% from 255) = 10.13%

R = 71.24%
G = 18.63%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA391F (or 0xDA391F) is known color: Harley Davidson Orange. HEX triplet: DA, 39 and 1F. RGB value is (218,57,31). Sum of RGB (Red+Green+Blue) = 218+57+31=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA391F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA391F is #25C6E0. Grayscale: #666666. Windows color (decimal): -2475745 or 2046426. OLE color: 2046426.

HSL color Cylindrical-coordinate representation of color #DA391F: hue angle of 8.34º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA391F is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 57 31 -
CMYK 0 0.74 0.86 0.15
HSL 8.34º 0.75% 0.49% -
HSV(B) 8.34º 0.86% 0.85% -
XYZ 30.62 17.93 3.14 -
YUV 102.18 87.84 210.61 -
System Red Green Blue C M Y K H S L
Decimal 218 57 31 0 0.74 0.86 0.15 8.34 0.75 0.49
Hex DA 39 1F 0 4A 56 F 8 4B 31
Octal 332 71 37 0 112 126 17 10 113 61
Binary 11011010 111001 11111 0 1001010 1010110 1111 1000 1001011 110001

Color Harmonies of #DA391F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA391F

Black with #DA391F

Text Example


Text Example

White with #DA391F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA391F; }

 p { color: rgb(218,57,31); }

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

background-color css

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

 a { background-color: rgb(218,57,31); }

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

border-color css

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

 span { border-color: rgb(218,57,31); }

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