Html Css Color HEX #DA321C Harley Davidson Orange

📋 copy color: '#DA321C'

red 218 ◦ green 50 ◦ blue 28

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

Shades of Harley Davidson Orange #DA321C

Tints of Harley Davidson Orange #DA321C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.46%

R = 73.65%
G = 16.89%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA321C (or 0xDA321C) is known color: Harley Davidson Orange. HEX triplet: DA, 32 and 1C. RGB value is (218,50,28). Sum of RGB (Red+Green+Blue) = 218+50+28=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA321C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA321C is #25CDE3. Grayscale: #616161. Windows color (decimal): -2477540 or 1848026. OLE color: 1848026.

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

Color convert

RGB 218 50 28 -
CMYK 0 0.77 0.87 0.15
HSL 6.95º 0.77% 0.48% -
HSV(B) 6.95º 0.87% 0.85% -
XYZ 30.26 17.27 2.84 -
YUV 97.72 88.66 213.79 -
System Red Green Blue C M Y K H S L
Decimal 218 50 28 0 0.77 0.87 0.15 6.95 0.77 0.48
Hex DA 32 1C 0 4D 57 F 7 4D 30
Octal 332 62 34 0 115 127 17 7 115 60
Binary 11011010 110010 11100 0 1001101 1010111 1111 111 1001101 110000

Color Harmonies of #DA321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA321C

Black with #DA321C

Text Example


Text Example

White with #DA321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA321C; }

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

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

background-color css

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

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

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

border-color css

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

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

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