Html Css Color HEX #DA311B Harley Davidson Orange

📋 copy color: '#DA311B'

red 218 ◦ green 49 ◦ blue 27

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

Shades of Harley Davidson Orange #DA311B

Tints of Harley Davidson Orange #DA311B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.67%

 BLUE value IS 27 (10.94% from 255) = 9.18%

R = 74.15%
G = 16.67%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA311B (or 0xDA311B) is known color: Harley Davidson Orange. HEX triplet: DA, 31 and 1B. RGB value is (218,49,27). Sum of RGB (Red+Green+Blue) = 218+49+27=294 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.15% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 218 - color contains mainly: red. Hex color #DA311B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA311B is #25CEE4. Grayscale: #616161. Windows color (decimal): -2477797 or 1782234. OLE color: 1782234.

HSL color Cylindrical-coordinate representation of color #DA311B: hue angle of 6.91º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA311B is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 49 27 -
CMYK 0 0.78 0.88 0.15
HSL 6.91º 0.78% 0.48% -
HSV(B) 6.91º 0.88% 0.85% -
XYZ 30.21 17.18 2.76 -
YUV 97.02 88.49 214.29 -
System Red Green Blue C M Y K H S L
Decimal 218 49 27 0 0.78 0.88 0.15 6.91 0.78 0.48
Hex DA 31 1B 0 4E 58 F 7 4E 30
Octal 332 61 33 0 116 130 17 7 116 60
Binary 11011010 110001 11011 0 1001110 1011000 1111 111 1001110 110000

Color Harmonies of #DA311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA311B

Black with #DA311B

Text Example


Text Example

White with #DA311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA311B; }

 p { color: rgb(218,49,27); }

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

background-color css

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

 a { background-color: rgb(218,49,27); }

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

border-color css

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

 span { border-color: rgb(218,49,27); }

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