Html Css Color HEX #DA321F Harley Davidson Orange

📋 copy color: '#DA321F'

red 218 ◦ green 50 ◦ blue 31

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

Shades of Harley Davidson Orange #DA321F

Tints of Harley Davidson Orange #DA321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.72%

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

R = 72.91%
G = 16.72%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA321F (or 0xDA321F) is known color: Harley Davidson Orange. HEX triplet: DA, 32 and 1F. RGB value is (218,50,31). Sum of RGB (Red+Green+Blue) = 218+50+31=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA321F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA321F is #25CDE0. Grayscale: #626262. Windows color (decimal): -2477537 or 2044634. OLE color: 2044634.

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

Color convert

RGB 218 50 31 -
CMYK 0 0.77 0.86 0.15
HSL 6.1º 0.75% 0.49% -
HSV(B) 6.1º 0.86% 0.85% -
XYZ 30.3 17.29 3.04 -
YUV 98.07 90.16 213.54 -
System Red Green Blue C M Y K H S L
Decimal 218 50 31 0 0.77 0.86 0.15 6.1 0.75 0.49
Hex DA 32 1F 0 4D 56 F 6 4B 31
Octal 332 62 37 0 115 126 17 6 113 61
Binary 11011010 110010 11111 0 1001101 1010110 1111 110 1001011 110001

Color Harmonies of #DA321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA321F

Black with #DA321F

Text Example


Text Example

White with #DA321F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA321F; }

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

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

background-color css

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

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

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

border-color css

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

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

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