Html Css Color HEX #DC321F Harley Davidson Orange

📋 copy color: '#DC321F'

red 220 ◦ green 50 ◦ blue 31

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

Shades of Harley Davidson Orange #DC321F

Tints of Harley Davidson Orange #DC321F

RGB

 RED value IS 220 (86.33% from 255) = 73.09%

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

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

R = 73.09%
G = 16.61%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC321F (or 0xDC321F) is known color: Harley Davidson Orange. HEX triplet: DC, 32 and 1F. RGB value is (220,50,31). Sum of RGB (Red+Green+Blue) = 220+50+31=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC321F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC321F is #23CDE0. Grayscale: #626262. Windows color (decimal): -2346465 or 2044636. OLE color: 2044636.

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

Color convert

RGB 220 50 31 -
CMYK 0 0.77 0.86 0.14
HSL 6.03º 0.75% 0.49% -
HSV(B) 6.03º 0.86% 0.86% -
XYZ 30.9 17.6 3.06 -
YUV 98.66 89.82 214.54 -
System Red Green Blue C M Y K H S L
Decimal 220 50 31 0 0.77 0.86 0.14 6.03 0.75 0.49
Hex DC 32 1F 0 4D 56 E 6 4B 31
Octal 334 62 37 0 115 126 16 6 113 61
Binary 11011100 110010 11111 0 1001101 1010110 1110 110 1001011 110001

Color Harmonies of #DC321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC321F

Black with #DC321F

Text Example


Text Example

White with #DC321F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC321F; }

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

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

background-color css

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

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

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

border-color css

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

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

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