Html Css Color HEX #DA311F Harley Davidson Orange

📋 copy color: '#DA311F'

red 218 ◦ green 49 ◦ blue 31

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

Shades of Harley Davidson Orange #DA311F

Tints of Harley Davidson Orange #DA311F

RGB

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

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

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

R = 73.15%
G = 16.44%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA311F (or 0xDA311F) is known color: Harley Davidson Orange. HEX triplet: DA, 31 and 1F. RGB value is (218,49,31). Sum of RGB (Red+Green+Blue) = 218+49+31=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA311F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA311F is #25CEE0. Grayscale: #616161. Windows color (decimal): -2477793 or 2044378. OLE color: 2044378.

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

Color convert

RGB 218 49 31 -
CMYK 0 0.78 0.86 0.15
HSL 5.78º 0.75% 0.49% -
HSV(B) 5.78º 0.86% 0.85% -
XYZ 30.26 17.2 3.02 -
YUV 97.48 90.49 213.96 -
System Red Green Blue C M Y K H S L
Decimal 218 49 31 0 0.78 0.86 0.15 5.78 0.75 0.49
Hex DA 31 1F 0 4E 56 F 6 4B 31
Octal 332 61 37 0 116 126 17 6 113 61
Binary 11011010 110001 11111 0 1001110 1010110 1111 110 1001011 110001

Color Harmonies of #DA311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA311F

Black with #DA311F

Text Example


Text Example

White with #DA311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA311F; }

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

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

background-color css

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

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

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

border-color css

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

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

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