Html Css Color HEX #DC321E Harley Davidson Orange

📋 copy color: '#DC321E'

red 220 ◦ green 50 ◦ blue 30

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

Shades of Harley Davidson Orange #DC321E

Tints of Harley Davidson Orange #DC321E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10%

R = 73.33%
G = 16.67%
B = 10%

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

#DC321E (or 0xDC321E) is known color: Harley Davidson Orange. HEX triplet: DC, 32 and 1E. RGB value is (220,50,30). Sum of RGB (Red+Green+Blue) = 220+50+30=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC321E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC321E is #23CDE1. Grayscale: #626262. Windows color (decimal): -2346466 or 1979100. OLE color: 1979100.

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

Color convert

RGB 220 50 30 -
CMYK 0 0.77 0.86 0.14
HSL 6.32º 0.76% 0.49% -
HSV(B) 6.32º 0.86% 0.86% -
XYZ 30.89 17.59 3 -
YUV 98.55 89.32 214.63 -
System Red Green Blue C M Y K H S L
Decimal 220 50 30 0 0.77 0.86 0.14 6.32 0.76 0.49
Hex DC 32 1E 0 4D 56 E 6 4C 31
Octal 334 62 36 0 115 126 16 6 114 61
Binary 11011100 110010 11110 0 1001101 1010110 1110 110 1001100 110001

Color Harmonies of #DC321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC321E

Black with #DC321E

Text Example


Text Example

White with #DC321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC321E; }

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

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

background-color css

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

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

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

border-color css

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

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

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